Browse Source

Update rely (#202)

remotes/origin/add-simple-redirecting-site
Corentin Leruth 5 years ago committed by GitHub
parent
commit
6f08f93b20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 516
      esy.lock/index.json
  2. 6
      esy.lock/opam/dune-configurator.2.3.1/opam
  3. 6
      esy.lock/opam/dune-private-libs.2.3.1/opam
  4. 6
      esy.lock/opam/dune.2.3.1/opam
  5. 13
      esy.lock/opam/lwt.5.1.2/opam
  6. 7
      esy.lock/opam/ppx_deriving.4.4.1/opam
  7. 4
      esy.lock/opam/result.1.5/opam
  8. 2
      package.json

516
esy.lock/index.json generated

File diff suppressed because it is too large Load Diff

6
esy.lock/opam/dune-configurator.2.3.0/opam → esy.lock/opam/dune-configurator.2.3.1/opam generated

@ -35,9 +35,9 @@ build: [
] ]
] ]
url { url {
src: "https://github.com/ocaml/dune/releases/download/2.3.0/dune-2.3.0.tbz" src: "https://github.com/ocaml/dune/releases/download/2.3.1/dune-2.3.1.tbz"
checksum: [ checksum: [
"sha256=14a4321e38e8f6508f0d522649c6c580efd5e87805a370a66cc8aafcc46d5cff" "sha256=b2b3dd9cdfd34ef8c4583ea8c52c3503c2395bf94c264af19d6450547e12f5cb"
"sha512=6db9eed508e59b832a80b24c62e1de4d8bcf2bff2ef75eb3a396dbe9f899f351875027b0a7d7156ac1a7f6eb7bdfdcb09a933cb4f81d5ca3174c8f74356aeda9" "sha512=023fe4ddf743b8de24de0d7d2e6d5d0f85e459c5044aa4ba3de02cf63113d54d79004cc8ea8f7a958b324e9cbeef0845ec6a0f65454bc6a2e635e8944d28a0f9"
] ]
} }

6
esy.lock/opam/dune-private-libs.2.3.0/opam → esy.lock/opam/dune-private-libs.2.3.1/opam generated

@ -34,9 +34,9 @@ build: [
] ]
] ]
url { url {
src: "https://github.com/ocaml/dune/releases/download/2.3.0/dune-2.3.0.tbz" src: "https://github.com/ocaml/dune/releases/download/2.3.1/dune-2.3.1.tbz"
checksum: [ checksum: [
"sha256=14a4321e38e8f6508f0d522649c6c580efd5e87805a370a66cc8aafcc46d5cff" "sha256=b2b3dd9cdfd34ef8c4583ea8c52c3503c2395bf94c264af19d6450547e12f5cb"
"sha512=6db9eed508e59b832a80b24c62e1de4d8bcf2bff2ef75eb3a396dbe9f899f351875027b0a7d7156ac1a7f6eb7bdfdcb09a933cb4f81d5ca3174c8f74356aeda9" "sha512=023fe4ddf743b8de24de0d7d2e6d5d0f85e459c5044aa4ba3de02cf63113d54d79004cc8ea8f7a958b324e9cbeef0845ec6a0f65454bc6a2e635e8944d28a0f9"
] ]
} }

6
esy.lock/opam/dune.2.3.0/opam → esy.lock/opam/dune.2.3.1/opam generated

@ -46,9 +46,9 @@ depends: [
"base-threads" "base-threads"
] ]
url { url {
src: "https://github.com/ocaml/dune/releases/download/2.3.0/dune-2.3.0.tbz" src: "https://github.com/ocaml/dune/releases/download/2.3.1/dune-2.3.1.tbz"
checksum: [ checksum: [
"sha256=14a4321e38e8f6508f0d522649c6c580efd5e87805a370a66cc8aafcc46d5cff" "sha256=b2b3dd9cdfd34ef8c4583ea8c52c3503c2395bf94c264af19d6450547e12f5cb"
"sha512=6db9eed508e59b832a80b24c62e1de4d8bcf2bff2ef75eb3a396dbe9f899f351875027b0a7d7156ac1a7f6eb7bdfdcb09a933cb4f81d5ca3174c8f74356aeda9" "sha512=023fe4ddf743b8de24de0d7d2e6d5d0f85e459c5044aa4ba3de02cf63113d54d79004cc8ea8f7a958b324e9cbeef0845ec6a0f65454bc6a2e635e8944d28a0f9"
] ]
} }

13
esy.lock/opam/lwt.5.1.1/opam → esy.lock/opam/lwt.5.1.2/opam generated

@ -2,7 +2,7 @@ opam-version: "2.0"
synopsis: "Promises and event-driven I/O" synopsis: "Promises and event-driven I/O"
version: "5.1.1" version: "5.1.2"
license: "MIT" license: "MIT"
homepage: "https://github.com/ocsigen/lwt" homepage: "https://github.com/ocsigen/lwt"
doc: "https://ocsigen.org/lwt" doc: "https://ocsigen.org/lwt"
@ -41,12 +41,9 @@ conflicts: [
"ocaml-variants" {= "4.02.1+BER"} "ocaml-variants" {= "4.02.1+BER"}
] ]
post-messages: [
"Lwt 5.0.0 has made some minor breaking changes. See
https://github.com/ocsigen/lwt/issues/584"
]
build: [ build: [
["dune" "exec" "src/unix/config/discover.exe" "--root" "." "--" "--save"
"--use-libev" "%{conf-libev:installed}%"]
["dune" "build" "-p" name "-j" jobs] ["dune" "build" "-p" name "-j" jobs]
] ]
@ -60,6 +57,6 @@ a single thread by default. This reduces the need for locks or other
synchronization primitives. Code can be run in parallel on an opt-in basis." synchronization primitives. Code can be run in parallel on an opt-in basis."
url { url {
src: "https://github.com/ocsigen/lwt/archive/5.1.1.tar.gz" src: "https://github.com/ocsigen/lwt/archive/5.1.2.tar.gz"
checksum: "md5=4ddec0f42b7aa4a310175a14c47c60a3" checksum: "md5=dc4005582a6ab32227f5ff90cb480dbe"
} }

7
esy.lock/opam/ppx_deriving.4.4/opam → esy.lock/opam/ppx_deriving.4.4.1/opam generated

@ -22,7 +22,7 @@ depends: [
"ppx_tools" {>= "4.02.3"} "ppx_tools" {>= "4.02.3"}
"result" "result"
"ounit" {with-test} "ounit" {with-test}
"ocaml" {>= "4.02" & < "4.10.0"} "ocaml" {>= "4.02.2" & < "4.11.0"}
] ]
synopsis: "Type-driven code generation for OCaml >=4.02.2" synopsis: "Type-driven code generation for OCaml >=4.02.2"
description: """ description: """
@ -31,5 +31,6 @@ code based on type definitions, and a set of useful plugins
for common tasks. for common tasks.
""" """
url { url {
src: "https://github.com/ocaml-ppx/ppx_deriving/archive/v4.4.tar.gz" src: "https://github.com/ocaml-ppx/ppx_deriving/archive/v4.4.1.tar.gz"
checksum: "sha256=c2d85af4cb65a1f163f624590fb0395a164bbfd0d05082092526b669e66bcc34"} checksum: "sha256=27bc57774724fc4f48775f2011375a5ee1439570204abbf6607761c472757e2f"
}

4
esy.lock/opam/result.1.4/opam → esy.lock/opam/result.1.5/opam generated

@ -17,6 +17,6 @@ while staying compatible with older version of OCaml should use the
Result module defined in this library.""" Result module defined in this library."""
url { url {
src: src:
"https://github.com/janestreet/result/archive/1.4.tar.gz" "https://github.com/janestreet/result/releases/download/1.5/result-1.5.tbz"
checksum: "md5=d3162dbc501a2af65c8c71e0866541da" checksum: "md5=1b82dec78849680b49ae9a8a365b831b"
} }

2
package.json

@ -102,7 +102,7 @@
"@opam/yojson": "1.7.0", "@opam/yojson": "1.7.0",
"@reason-native/console": "^0.1.0", "@reason-native/console": "^0.1.0",
"@reason-native/pastel": "^0.2.0", "@reason-native/pastel": "^0.2.0",
"@reason-native/rely": "^1.2.0", "@reason-native/rely": "^3.2.0",
"ocaml": "~4.8.0", "ocaml": "~4.8.0",
"pesy": "*", "pesy": "*",
"refmterr": "*" "refmterr": "*"

Loading…
Cancel
Save