File tree Expand file tree Collapse file tree 3 files changed +32
-0
lines changed
packages/sequence/sequence.0.9 Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ Simple and lightweight sequence abstract data type.
2+
3+ Simple sequence abstract datatype, intended to iterate efficiently
4+ on collections while performing some transformations.
Original file line number Diff line number Diff line change 1+ opam-version: "1.2"
2+ maintainer: "simon.cruanes@inria.fr"
3+ authors: "Simon Cruanes"
4+ homepage: "https://github.com/c-cube/sequence/"
5+ bug-reports: "https://github.com/c-cube/sequence/issues"
6+ license: "BSD-2-clauses"
7+ doc: "http://cedeela.fr/~simon/software/sequence/Sequence.html"
8+ tags: ["sequence" "iterator" "iter" "fold"]
9+ dev-repo: "https://github.com/c-cube/sequence.git"
10+ build: [
11+ [
12+ "./configure"
13+ "--disable-docs"
14+ "--%{delimcc:enable}%-invert"
15+ "--%{base-bigarray:enable}%-bigarray"
16+ ]
17+ [make "build"]
18+ ]
19+ install: [make "install"]
20+ remove: ["ocamlfind" "remove" "sequence"]
21+ depends: [
22+ "ocamlfind"
23+ "base-bytes"
24+ "ocamlbuild" {build}
25+ ]
26+ depopts: ["delimcc" "base-bigarray"]
Original file line number Diff line number Diff line change 1+ http: "https://github.com/c-cube/sequence/archive/0.9.tar.gz"
2+ checksum: "d8304c09a19ff45b925d6193d60477e7"
You can’t perform that action at this time.
0 commit comments