mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 11:15:32 -05:00
commit
78487de758
2 changed files with 4 additions and 2 deletions
2
META
2
META
|
|
@ -3,4 +3,6 @@ version="0.3.4"
|
||||||
description="Abstract sequences of elements, for conversion into and from data structures"
|
description="Abstract sequences of elements, for conversion into and from data structures"
|
||||||
requires=""
|
requires=""
|
||||||
archive(byte) = "sequence.cma"
|
archive(byte) = "sequence.cma"
|
||||||
|
archive(byte, plugin) = "sequence.cma"
|
||||||
archive(native) = "sequence.cmxa"
|
archive(native) = "sequence.cmxa"
|
||||||
|
archive(native, plugin) = "sequence.cmxs"
|
||||||
|
|
|
||||||
4
Makefile
4
Makefile
|
|
@ -1,8 +1,8 @@
|
||||||
|
|
||||||
NAME = sequence
|
NAME = sequence
|
||||||
DOC = sequence.docdir/index.html
|
DOC = sequence.docdir/index.html
|
||||||
TARGETS = sequence.cma sequence.cmxa sequence.cmi sequence.a
|
TARGETS = sequence.cma sequence.cmxa sequence.cmxs sequence.cmi sequence.a
|
||||||
LIB = $(addprefix _build/, $(TARGETS))
|
LIB = $(addprefix _build/, $(TARGETS))
|
||||||
INSTALL = $(LIB) sequence.mli
|
INSTALL = $(LIB) sequence.mli
|
||||||
|
|
||||||
bin:
|
bin:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue