mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 11:45:31 -05:00
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
21 lines
652 B
Text
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
|
|
|