Skip to content

Commit

Permalink
bump oasis to 1.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Oct 15, 2013
1 parent b3340a2 commit 77289a5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.3
Name: uri
Version: 1.3.10
Version: 1.3.11
Synopsis: RFC3986 URI parsing library
Description: Uniform Resource Identifier (URI) parsing and encoding.
This is pure OCaml code.
Expand Down
16 changes: 8 additions & 8 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# OASIS_START
# DO NOT EDIT (digest: 3ded089e23f47608c18d891b7e7f2daf)
version = "1.3.10"
description = "RFC3968 URI parsing library"
# DO NOT EDIT (digest: fc385018084a89c519a11a0708adf1fb)
version = "1.3.11"
description = "RFC3986 URI parsing library"
requires = "re.posix re.str"
archive(byte) = "uri.cma"
archive(byte, plugin) = "uri.cma"
archive(native) = "uri.cmxa"
archive(native, plugin) = "uri.cmxs"
exists_if = "uri.cma"
package "top" (
version = "1.3.10"
version = "1.3.11"
description = "Toplevel printers for URIs"
requires = "uri"
archive(byte) = "uri_top.cma"
Expand All @@ -20,8 +20,8 @@ package "top" (
)

package "services_full" (
version = "1.3.10"
description = "RFC3968 URI parsing library"
version = "1.3.11"
description = "RFC3986 URI parsing library"
requires = "uri"
archive(byte) = "services_full.cma"
archive(byte, plugin) = "services_full.cma"
Expand All @@ -31,8 +31,8 @@ package "services_full" (
)

package "services" (
version = "1.3.10"
description = "RFC3968 URI parsing library"
version = "1.3.11"
description = "RFC3986 URI parsing library"
requires = "uri"
archive(byte) = "services.cma"
archive(byte, plugin) = "services.cma"
Expand Down
8 changes: 4 additions & 4 deletions setup.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.2.1~alpha1 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 5808db6d1ef314bbb65bc0cfa02f1b61) *)
(* DO NOT EDIT (digest: 794aa3051af9dd65b67a14069c609595) *)
(*
Regenerated by OASIS v0.3.0
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -5752,7 +5752,7 @@ let setup_t =
ocaml_version = None;
findlib_version = None;
name = "uri";
version = "1.3.10";
version = "1.3.11";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand All @@ -5766,7 +5766,7 @@ let setup_t =
maintainers = ["Anil Madhavapeddy <[email protected]>"];
authors = ["Anil Madhavapeddy"; "David Sheets"];
homepage = Some "https://github.com/avsm/ocaml-uri";
synopsis = "RFC3968 URI parsing library";
synopsis = "RFC3986 URI parsing library";
description =
Some
"Uniform Resource Identifier (URI) parsing and encoding.\nThis is pure OCaml code.";
Expand Down Expand Up @@ -6070,7 +6070,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.3.0";
oasis_digest = Some "\0079Aî[­ï[\028dµÊ\t\000üâ";
oasis_digest = Some "PÊ%\007²ßH­º\1424`\028nb ";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false;
Expand Down

0 comments on commit 77289a5

Please sign in to comment.