Skip to content

Commit

Permalink
v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
public-release committed Apr 25, 2023
1 parent a2b9340 commit 2337081
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions base.opam
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
opam-version: "2.0"
version: "v0.16.0"
maintainer: "Jane Street developers"
authors: ["Jane Street Group, LLC"]
homepage: "https://github.com/janestreet/base"
Expand All @@ -10,8 +11,8 @@ build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.14.0"}
"sexplib0"
"ocaml" {>= "4.14.0"}
"sexplib0" {>= "v0.16" & < "v0.17"}
"dune" {>= "2.0.0"}
"dune-configurator"
]
Expand Down

0 comments on commit 2337081

Please sign in to comment.