diff --git a/opam/descr b/opam/descr deleted file mode 100644 index 7dd4292..0000000 --- a/opam/descr +++ /dev/null @@ -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. diff --git a/opam/opam b/opam/opam deleted file mode 100644 index e56e6cf..0000000 --- a/opam/opam +++ /dev/null @@ -1,10 +0,0 @@ -opam-version: "1" -maintainer: "simon.cruanes@inria.fr" -build: [ - [make] - [make "install"] -] -remove: [ - ["ocamlfind" "remove" "sequence"] -] -depends: ["ocamlfind"] diff --git a/opam/url b/opam/url deleted file mode 100644 index 58a4825..0000000 --- a/opam/url +++ /dev/null @@ -1,2 +0,0 @@ -archive: "https://github.com/c-cube/sequence/archive/0.1.tar.gz" -checksum: "967d9d96332effb340f96c86c6a6bb12"