remove useless opam/ dir

This commit is contained in:
Simon Cruanes 2013-03-07 19:13:55 +01:00
parent 836049b6f1
commit c6c9c7d344
3 changed files with 0 additions and 16 deletions

View file

@ -1,4 +0,0 @@
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.

View file

@ -1,10 +0,0 @@
opam-version: "1"
maintainer: "simon.cruanes@inria.fr"
build: [
[make]
[make "install"]
]
remove: [
["ocamlfind" "remove" "sequence"]
]
depends: ["ocamlfind"]

View file

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