Skip to content

Commit fb9b57b

Browse files
committed
v0.13.0
1 parent c6780dd commit fb9b57b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

base.opam

Lines changed: 3 additions & 2 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/base"
@@ -10,8 +11,8 @@ build: [
1011
["dune" "build" "-p" name "-j" jobs]
1112
]
1213
depends: [
13-
"ocaml" {>= "4.04.2"}
14-
"sexplib0"
14+
"ocaml" {>= "4.04.2"}
15+
"sexplib0" {>= "v0.13" & < "v0.14"}
1516
"dune" {>= "1.5.1"}
1617
]
1718
synopsis: "Full standard library replacement for OCaml"

0 commit comments

Comments
 (0)