add files for opam

This commit is contained in:
Simon Cruanes 2013-01-29 15:45:29 +01:00
parent fb42ebcc09
commit c4b7885e2a
3 changed files with 16 additions and 0 deletions

4
opam/descr Normal file
View 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
View 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
View file

@ -0,0 +1,2 @@
archive: "https://github.com/c-cube/sequence/archive/0.1.tar.gz"
checksum: "967d9d96332effb340f96c86c6a6bb12"