Skip to content

Commit

Permalink
113.44+128
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremie Dimino committed May 30, 2016
1 parent 5f182f1 commit 5176d86
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion META.ab
@@ -1,6 +1,6 @@
version = "$(pkg_version)"
description = "Industrial strength alternative to OCaml's standard library"
requires = "bin_prot core_kernel fieldslib ppx_assert.runtime-lib ppx_bench.runtime-lib ppx_expect.collector ppx_inline_test.runtime-lib sexplib sexplib.unix threads typerep variantslib"
requires = "bin_prot core_kernel fieldslib ppx_assert.runtime-lib ppx_bench.runtime-lib ppx_expect.collector ppx_hash.runtime-lib ppx_inline_test.runtime-lib sexplib sexplib.unix threads typerep variantslib"
archive(byte ) = "core.cma"
archive(native) = "core.cmxa"
plugin(byte ) = "core.cma"
Expand Down
3 changes: 2 additions & 1 deletion _oasis
Expand Up @@ -2,7 +2,7 @@ OASISFormat: 0.4
OCamlVersion: >= 4.02.3
FindlibVersion: >= 1.3.2
Name: core
Version: 113.43+70
Version: 113.44+128
Synopsis: Industrial strength alternative to OCaml's standard library
Authors: Jane Street Group, LLC <opensource@janestreet.com>
Copyrights: (C) 2008-2016 Jane Street Group LLC <opensource@janestreet.com>
Expand Down Expand Up @@ -104,6 +104,7 @@ Library core
ppx_assert.runtime-lib,
ppx_bench.runtime-lib,
ppx_expect.collector,
ppx_hash.runtime-lib,
ppx_inline_test.runtime-lib,
sexplib,
sexplib.unix,
Expand Down
1 change: 1 addition & 0 deletions opam
Expand Up @@ -22,6 +22,7 @@ depends: [
"ppx_bench"
"ppx_driver"
"ppx_expect"
"ppx_hash"
"ppx_inline_test"
"ppx_jane"
"sexplib"
Expand Down

0 comments on commit 5176d86

Please sign in to comment.