forked from mirage/ocaml-uri
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|
@@ -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."; | ||
|
@@ -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; | ||
|