We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6780dd commit fb9b57bCopy full SHA for fb9b57b
base.opam
@@ -1,4 +1,5 @@
1
opam-version: "2.0"
2
+version: "v0.13.0"
3
maintainer: "[email protected]"
4
authors: ["Jane Street Group, LLC <[email protected]>"]
5
homepage: "https://github.com/janestreet/base"
@@ -10,8 +11,8 @@ build: [
10
11
["dune" "build" "-p" name "-j" jobs]
12
]
13
depends: [
- "ocaml" {>= "4.04.2"}
14
- "sexplib0"
+ "ocaml" {>= "4.04.2"}
15
+ "sexplib0" {>= "v0.13" & < "v0.14"}
16
"dune" {>= "1.5.1"}
17
18
synopsis: "Full standard library replacement for OCaml"
0 commit comments