From c4b7885e2ab233ef166d7ff368eda4185d0761b4 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 29 Jan 2013 15:45:29 +0100 Subject: [PATCH] add files for opam --- opam/descr | 4 ++++ opam/opam | 10 ++++++++++ opam/url | 2 ++ 3 files changed, 16 insertions(+) create mode 100644 opam/descr create mode 100644 opam/opam create mode 100644 opam/url diff --git a/opam/descr b/opam/descr new file mode 100644 index 0000000..7dd4292 --- /dev/null +++ b/opam/descr @@ -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. diff --git a/opam/opam b/opam/opam new file mode 100644 index 0000000..e56e6cf --- /dev/null +++ b/opam/opam @@ -0,0 +1,10 @@ +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 new file mode 100644 index 0000000..58a4825 --- /dev/null +++ b/opam/url @@ -0,0 +1,2 @@ +archive: "https://github.com/c-cube/sequence/archive/0.1.tar.gz" +checksum: "967d9d96332effb340f96c86c6a6bb12"