Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit 7c46a64

Browse files
committed
v0.13.0
1 parent 97789a4 commit 7c46a64

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

pythonlib.opam

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
opam-version: "2.0"
2+
version: "v0.13.0"
23
maintainer: "[email protected]"
34
authors: ["Jane Street Group, LLC <[email protected]>"]
45
homepage: "https://github.com/janestreet/pythonlib"
@@ -10,12 +11,12 @@ build: [
1011
["dune" "build" "-p" name "-j" jobs]
1112
]
1213
depends: [
13-
"ocaml" {>= "4.07.0"}
14-
"base"
15-
"ppx_expect"
16-
"ppx_python"
17-
"stdio"
18-
"typerep"
14+
"ocaml" {>= "4.07.0"}
15+
"base" {>= "v0.13" & < "v0.14"}
16+
"ppx_expect" {>= "v0.13" & < "v0.14"}
17+
"ppx_python" {>= "v0.13" & < "v0.14"}
18+
"stdio" {>= "v0.13" & < "v0.14"}
19+
"typerep" {>= "v0.13" & < "v0.14"}
1920
"dune" {>= "1.5.1"}
2021
"pyml" {>= "20190626"}
2122
]

0 commit comments

Comments
 (0)