mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 11:45:31 -05:00
efeb0fc merge from master; version 0.5.4 0de04d0 depend on bytes; compliant with -safe-string d95495d sequence.bigarray 15a0b9d fix release numbers git-subtree-dir: sequence git-subtree-split: efeb0fc99751bc8260f10da96fa26aac70585208
33 lines
993 B
Text
33 lines
993 B
Text
# OASIS_START
|
|
# DO NOT EDIT (digest: 0c501104bbf1dfc40db58200fdbfdd57)
|
|
version = "0.5.4"
|
|
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.5.4"
|
|
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.5.4"
|
|
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
|
|
|