mirror of
https://github.com/c-cube/iter.git
synced 2025-12-07 03:35:32 -05:00
21 lines
648 B
Text
21 lines
648 B
Text
# OASIS_START
|
|
# DO NOT EDIT (digest: 97bacb5c6907fa4ab239010b6f052d2a)
|
|
version = "0.5"
|
|
description = "Simple sequence (iterator) datatype and combinators"
|
|
archive(byte) = "sequence.cma"
|
|
archive(byte, plugin) = "sequence.cma"
|
|
archive(native) = "sequence.cmxa"
|
|
archive(native, plugin) = "sequence.cmxs"
|
|
exists_if = "sequence.cma"
|
|
package "invert" (
|
|
version = "0.5"
|
|
description = "Simple sequence (iterator) datatype and combinators"
|
|
requires = "sequence delimcc"
|
|
archive(byte) = "invert.cma"
|
|
archive(byte, plugin) = "invert.cma"
|
|
archive(native) = "invert.cmxa"
|
|
archive(native, plugin) = "invert.cmxs"
|
|
exists_if = "invert.cma"
|
|
)
|
|
# OASIS_STOP
|
|
|