Skip to content

Commit

Permalink
Merge pull request #16544 from xclerc/async_unix.v0.13.1
Browse files Browse the repository at this point in the history
async_unix.v0.13.1
  • Loading branch information
kit-ty-kate committed May 29, 2020
2 parents 28e66d4 + b1f7be8 commit a7eaf84
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/async_unix/async_unix.v0.10.0/opam
Expand Up @@ -9,7 +9,7 @@ build: [
["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.04.1"}
"ocaml" {>= "4.04.1" & < "4.11.0"}
"async_kernel" {>= "v0.10" & < "v0.11"}
"core" {>= "v0.10" & < "v0.11"}
"ppx_driver" {>= "v0.10" & < "v0.11"}
Expand Down
2 changes: 1 addition & 1 deletion packages/async_unix/async_unix.v0.11.0/opam
Expand Up @@ -10,7 +10,7 @@ build: [
]
conflicts: [ "jbuilder" { = "1.0+beta19" } ]
depends: [
"ocaml" {>= "4.04.1"}
"ocaml" {>= "4.04.1" & < "4.11.0"}
"async_kernel" {>= "v0.11" & < "v0.12"}
"core" {>= "v0.11" & < "v0.12"}
"ppx_jane" {>= "v0.11" & < "v0.12"}
Expand Down
2 changes: 1 addition & 1 deletion packages/async_unix/async_unix.v0.12.0/opam
Expand Up @@ -10,7 +10,7 @@ build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.07.0"}
"ocaml" {>= "4.07.0" & < "4.11.0"}
"async_kernel" {>= "v0.12" & < "v0.13"}
"core" {>= "v0.12" & < "v0.13"}
"core_kernel" {>= "v0.12" & < "v0.13"}
Expand Down
2 changes: 1 addition & 1 deletion packages/async_unix/async_unix.v0.13.0/opam
Expand Up @@ -10,7 +10,7 @@ build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.08.0"}
"ocaml" {>= "4.08.0" & < "4.11.0"}
"async_kernel" {>= "v0.13" & < "v0.14"}
"core" {>= "v0.13" & < "v0.14"}
"core_kernel" {>= "v0.13" & < "v0.14"}
Expand Down
30 changes: 30 additions & 0 deletions packages/async_unix/async_unix.v0.13.1/opam
@@ -0,0 +1,30 @@
opam-version: "2.0"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/async_unix"
bug-reports: "https://github.com/janestreet/async_unix/issues"
dev-repo: "git+https://github.com/janestreet/async_unix.git"
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_unix/index.html"
license: "MIT"
build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.08.0"}
"async_kernel" {>= "v0.13" & < "v0.14"}
"core" {>= "v0.13" & < "v0.14"}
"core_kernel" {>= "v0.13" & < "v0.14"}
"ppx_jane" {>= "v0.13" & < "v0.14"}
"dune" {>= "1.5.1"}
]
synopsis: "Monadic concurrency library"
description: "
Part of Jane Street's Core library
The Core suite of libraries is an industrial strength alternative to
OCaml's standard library that was developed by Jane Street, the
largest industrial user of OCaml.
"
url {
src: "https://github.com/janestreet/async_unix/archive/v0.13.1.tar.gz"
checksum: "md5=0393b0971fa8003bb190223e486dc70e"
}
2 changes: 1 addition & 1 deletion packages/async_unix/async_unix.v0.9.1/opam
Expand Up @@ -9,7 +9,7 @@ build: [
["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.03.0"}
"ocaml" {>= "4.03.0" & < "4.11.0"}
"async_kernel" {>= "v0.9" & < "v0.10"}
"core" {>= "v0.9.2" & < "v0.10"}
"jbuilder" {>= "1.0+beta2"}
Expand Down

0 comments on commit a7eaf84

Please sign in to comment.