OASISFormat: 0.4 Name: sequence Version: 0.3.7 Homepage: https://github.com/c-cube/sequence Authors: Simon Cruanes License: BSD-2-clause LicenseFile: LICENSE Plugins: META (0.3), DevFiles (0.3) BuildTools: ocamlbuild Synopsis: Simple sequence (iterator) datatype and combinators Description: Simple sequence datatype, intended to transfer a finite number of elements from one data structure to another. Some transformations on sequences, like `filter`, `map`, `take`, `drop` and `append` can be performed before the sequence is iterated/folded on. Library "sequence" Path: . Modules: Sequence Document sequence Title: Sequence docs Type: ocamlbuild (0.3) BuildTools+: ocamldoc Install: true XOCamlbuildPath: . XOCamlbuildLibraries: sequence Test all Type: custom Command: make tests SourceRepository head Type: git Location: https://github.com/c-cube/sequence Browser: https://github.com/c-cube/sequence/tree/master/src