ocaml-containers/META
Simon Cruanes 8bb78ab0d6 Squashed 'sequence/' changes from 0d721a6..2691bee
2691bee version 0.5.3
a373739 merge from master
9fc9a31 bugfix: using the same ExitSequence exception in take and is_empty cannot work
a193c54 added a regression test

git-subtree-dir: sequence
git-subtree-split: 2691bee2f68b7c27a1d1360999d0c21026f77ca9
2014-10-19 21:01:44 +02:00

21 lines
652 B
Text

# OASIS_START
# DO NOT EDIT (digest: 99194977427ba82f5912e81125f6cac0)
version = "0.5.3"
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.3"
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