mirror of
https://github.com/c-cube/iter.git
synced 2025-12-05 19:00:31 -05:00
add files for opam
This commit is contained in:
parent
fb42ebcc09
commit
c4b7885e2a
3 changed files with 16 additions and 0 deletions
4
opam/descr
Normal file
4
opam/descr
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Simple sequence abstract datatype.
|
||||
|
||||
It is intented to transfer a finite number of elements from one data structure
|
||||
to another, perhaps with some intermediate transformations.
|
||||
10
opam/opam
Normal file
10
opam/opam
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
opam-version: "1"
|
||||
maintainer: "simon.cruanes@inria.fr"
|
||||
build: [
|
||||
[make]
|
||||
[make "install"]
|
||||
]
|
||||
remove: [
|
||||
["ocamlfind" "remove" "sequence"]
|
||||
]
|
||||
depends: ["ocamlfind"]
|
||||
2
opam/url
Normal file
2
opam/url
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
archive: "https://github.com/c-cube/sequence/archive/0.1.tar.gz"
|
||||
checksum: "967d9d96332effb340f96c86c6a6bb12"
|
||||
Loading…
Add table
Reference in a new issue