Skip to content

Commit

Permalink
v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xclerc committed May 26, 2020
1 parent ddb0e82 commit d78b221
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions core_kernel.opam
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
opam-version: "2.0"
version: "v0.14.0"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/core_kernel"
Expand All @@ -10,27 +11,27 @@ build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.08.0"}
"base"
"base_bigstring"
"base_quickcheck"
"bin_prot"
"fieldslib"
"jane-street-headers"
"jst-config"
"ppx_assert"
"ppx_base"
"ppx_hash"
"ppx_inline_test"
"ppx_jane"
"ppx_sexp_conv"
"ppx_sexp_message"
"sexplib"
"splittable_random"
"stdio"
"time_now"
"typerep"
"variantslib"
"ocaml" {>= "4.08.0"}
"base" {>= "v0.14" & < "v0.15"}
"base_bigstring" {>= "v0.14" & < "v0.15"}
"base_quickcheck" {>= "v0.14" & < "v0.15"}
"bin_prot" {>= "v0.14" & < "v0.15"}
"fieldslib" {>= "v0.14" & < "v0.15"}
"jane-street-headers" {>= "v0.14" & < "v0.15"}
"jst-config" {>= "v0.14" & < "v0.15"}
"ppx_assert" {>= "v0.14" & < "v0.15"}
"ppx_base" {>= "v0.14" & < "v0.15"}
"ppx_hash" {>= "v0.14" & < "v0.15"}
"ppx_inline_test" {>= "v0.14" & < "v0.15"}
"ppx_jane" {>= "v0.14" & < "v0.15"}
"ppx_sexp_conv" {>= "v0.14" & < "v0.15"}
"ppx_sexp_message" {>= "v0.14" & < "v0.15"}
"sexplib" {>= "v0.14" & < "v0.15"}
"splittable_random" {>= "v0.14" & < "v0.15"}
"stdio" {>= "v0.14" & < "v0.15"}
"time_now" {>= "v0.14" & < "v0.15"}
"typerep" {>= "v0.14" & < "v0.15"}
"variantslib" {>= "v0.14" & < "v0.15"}
"dune" {>= "2.0.0"}
]
synopsis: "Industrial strength alternative to OCaml's standard library"
Expand Down

0 comments on commit d78b221

Please sign in to comment.