Skip to content

Commit

Permalink
Core is not longer a dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
labichn committed Feb 5, 2016
1 parent b94104a commit 841fe19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ See [adapton.org](http://adapton.org) for more information about Adapton general

Adapton requires:
- OCaml version 4.02.0+
- OPAM packages: core, ppx_deriving
- OPAM packages: ppx_deriving

To build Adapton, just run `make`.

Expand Down
1 change: 0 additions & 1 deletion opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ bug-reports: "https://github.com/plum-umd/adapton.ocaml/issues"
remove: ["ocamlfind" "remove" "adapton"]
depends: [
"ocamlfind" {build}
"core"
"ppx_deriving"
]

0 comments on commit 841fe19

Please sign in to comment.