mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 03:05:29 -05:00
chore: remove ocamlfind from deps
This commit is contained in:
parent
76a52f083c
commit
92f3e36ec9
1 changed files with 0 additions and 5 deletions
|
|
@ -7,18 +7,13 @@ license: "BSD-2-clauses"
|
||||||
build: [
|
build: [
|
||||||
[make "build"]
|
[make "build"]
|
||||||
]
|
]
|
||||||
install: ["jbuilder" "install"]
|
|
||||||
build-doc: [
|
build-doc: [
|
||||||
[make "doc"]
|
[make "doc"]
|
||||||
]
|
]
|
||||||
build-test: [
|
build-test: [
|
||||||
[make "test"]
|
[make "test"]
|
||||||
]
|
]
|
||||||
remove: [
|
|
||||||
["ocamlfind" "remove" "sequence"]
|
|
||||||
]
|
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" {build}
|
|
||||||
"base-bytes"
|
"base-bytes"
|
||||||
"result"
|
"result"
|
||||||
"jbuilder" {build}
|
"jbuilder" {build}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue