Skip to content

Commit

Permalink
refine deps and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Mar 21, 2024
1 parent 71192e7 commit 5d1cd5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@

This is the core library used to build some of Imandra's projects.

It builds on top of [containers](https://github.com/c-cube/ocaml-containers/)
and [Moonpool](https://github.com/c-cube/moonpool/).
It builds on top of [containers](https://github.com/c-cube/ocaml-containers/), [Moonpool](https://github.com/c-cube/moonpool/), as well as `mtime`, `ptime`, `logs`, `hmap`, `base64`, `uuidm`, and `ppx_deriving`.

## License

Expand Down
4 changes: 1 addition & 3 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@
camlzip
(mtime
(>= 2.0))
(zarith
(>= 1.12))
ppx_deriving
(qcheck-core (and (>= 0.18) :with-test))
(trace (>= 0.7))
(qcheck-core (and (>= 0.18) :with-test))
(trace-tef :with-test)
(ocaml-lsp-server :with-dev-setup)
(ocamlformat (and (= 0.24.1) :with-dev-setup))
Expand Down
3 changes: 1 addition & 2 deletions imandrakit.opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ depends: [
"yojson" {>= "1.6"}
"camlzip"
"mtime" {>= "2.0"}
"zarith" {>= "1.12"}
"ppx_deriving"
"qcheck-core" {>= "0.18" & with-test}
"trace" {>= "0.7"}
"qcheck-core" {>= "0.18" & with-test}
"trace-tef" {with-test}
"ocaml-lsp-server" {with-dev-setup}
"ocamlformat" {= "0.24.1" & with-dev-setup}
Expand Down

0 comments on commit 5d1cd5b

Please sign in to comment.