mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
21 lines
652 B
Text
21 lines
652 B
Text
# OASIS_START
|
|
# DO NOT EDIT (digest: f4f3ee8dc8cda763af26a927b88956e6)
|
|
version = "0.5.2"
|
|
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.2"
|
|
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
|
|
|