mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 03:05:29 -05:00
33 lines
990 B
Text
33 lines
990 B
Text
# OASIS_START
|
|
# DO NOT EDIT (digest: 0035cfa1879430f352e735e279af06d0)
|
|
version = "0.11"
|
|
description = "Simple sequence (iterator) datatype and combinators"
|
|
requires = "bytes"
|
|
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.11"
|
|
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"
|
|
)
|
|
|
|
package "bigarray" (
|
|
version = "0.11"
|
|
description = "Simple sequence (iterator) datatype and combinators"
|
|
requires = "sequence bigarray"
|
|
archive(byte) = "bigarray.cma"
|
|
archive(byte, plugin) = "bigarray.cma"
|
|
archive(native) = "bigarray.cmxa"
|
|
archive(native, plugin) = "bigarray.cmxs"
|
|
exists_if = "bigarray.cma"
|
|
)
|
|
# OASIS_STOP
|
|
|