chore: remove ocamlfind from deps

This commit is contained in:
Simon Cruanes 2018-06-27 09:58:23 -05:00
parent 76a52f083c
commit 92f3e36ec9

View file

@ -7,18 +7,13 @@ license: "BSD-2-clauses"
build: [
[make "build"]
]
install: ["jbuilder" "install"]
build-doc: [
[make "doc"]
]
build-test: [
[make "test"]
]
remove: [
["ocamlfind" "remove" "sequence"]
]
depends: [
"ocamlfind" {build}
"base-bytes"
"result"
"jbuilder" {build}