Skip to content

Commit

Permalink
Merge pull request #243 from XVilka/patch-2
Browse files Browse the repository at this point in the history
Support 0.12 version of sexplib - fix #242
  • Loading branch information
dinosaure authored Mar 25, 2019
2 parents 97c184f + eee34ac commit 19073c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions cstruct-async.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ build: [
depends: [
"ocaml" {>= "4.03.0"}
"dune" {build & >= "1.0"}
"async_kernel" {>= "v0.9.0" & < "v0.12"}
"async_unix" {>= "v0.9.0" & < "v0.12"}
"core_kernel" {>= "v0.9.0" & < "v0.12"}
"async_kernel" {>= "v0.9.0" & < "v0.13"}
"async_unix" {>= "v0.9.0" & < "v0.13"}
"core_kernel" {>= "v0.9.0" & < "v0.13"}
"cstruct" {=version}
]
synopsis: "Access C-like structures directly from OCaml"
Expand Down
2 changes: 1 addition & 1 deletion cstruct-sexp.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ build: [
depends: [
"ocaml" {>= "4.03.0"}
"dune" {build & >= "1.0"}
"sexplib" {< "v0.12"}
"sexplib" {< "v0.13"}
"cstruct" {>= "3.6.0"}
"alcotest" {with-test}
]
Expand Down

0 comments on commit 19073c2

Please sign in to comment.