[Pkg-ocaml-maint-commits] [ocaml-debian-formats] 03/06: add draft opam file

Sylvain LE GALL gildor at moszumanska.debian.org
Mon May 11 00:23:32 UTC 2015


This is an automated email from the git hooks/post-receive script.

gildor pushed a commit to branch master
in repository ocaml-debian-formats.

commit 17c27552fa8155fa93ba74beb5b936c2340ce96d
Author: Török Edwin <edwin at etorok.net>
Date:   Sun May 10 22:58:48 2015 +0300

    add draft opam file
---
 opam/descr   |  1 +
 opam/findlib |  1 +
 opam/opam    | 33 +++++++++++++++++++++++++++++++++
 3 files changed, 35 insertions(+)

diff --git a/opam/descr b/opam/descr
new file mode 100644
index 0000000..7bf25c8
--- /dev/null
+++ b/opam/descr
@@ -0,0 +1 @@
+Parse debian files
diff --git a/opam/findlib b/opam/findlib
new file mode 100644
index 0000000..474e5f0
--- /dev/null
+++ b/opam/findlib
@@ -0,0 +1 @@
+debian-formats
diff --git a/opam/opam b/opam/opam
new file mode 100644
index 0000000..4dd4db2
--- /dev/null
+++ b/opam/opam
@@ -0,0 +1,33 @@
+opam-version: "1.2"
+name: "ocaml-debian-formats"
+version: "0.1.0"
+maintainer: "opam-devel at lists.ocaml.org"
+authors: [ "Sylvain Le Gall" ]
+license: "LGPL-2.1 with OCaml linking exception"
+build: [
+  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
+  ["ocaml" "setup.ml" "-build"]
+]
+install: ["ocaml" "setup.ml" "-install"]
+remove: [
+  ["ocamlfind" "remove" "debian-formats"]
+]
+build-doc: [ "ocaml" "setup.ml" "-doc" ]
+depends: [
+  ("extlib" | "extlib-compat")
+  ("mikmatch" "pcre")
+  "ocamlfind"
+  "ounit"
+]
+depopts: [
+  "archive"
+  "base-threads"
+  "camlbz2"
+  "fileutils"
+  "lwt"
+  "lwt-android"
+  "oasis"
+  "oasis-mirage"
+  "ocurl"
+  "pcre"
+]

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocaml-debian-formats.git



More information about the Pkg-ocaml-maint-commits mailing list