mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 03:05:29 -05:00
add doc and test to opam
This commit is contained in:
parent
7961e625c6
commit
b45153a25c
1 changed files with 8 additions and 0 deletions
8
opam
8
opam
|
|
@ -11,6 +11,14 @@ build: [
|
|||
]
|
||||
[make "build"]
|
||||
]
|
||||
build-doc: [
|
||||
["./configure" "--enable-docs"]
|
||||
[make "doc"]
|
||||
]
|
||||
build-test: [
|
||||
["./configure" "--enable-tests"]
|
||||
[make "test"]
|
||||
]
|
||||
install: [make "install"]
|
||||
remove: [
|
||||
["ocamlfind" "remove" "sequence"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue