diff options
| author | Pierre-Marie Pédrot | 2017-10-27 19:26:31 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2017-10-27 19:32:11 +0200 |
| commit | 216c5f25cf41d68871149f21f83518ec0a4f1cc9 (patch) | |
| tree | 07ce377c770c700c904205a1fcab08d2f1f142fa /opam | |
| parent | a7c83429db05866dfc9613fc4a488d62d31386fc (diff) | |
Adding an OPAM package.
Diffstat (limited to 'opam')
| -rw-r--r-- | opam/descr | 1 | ||||
| -rw-r--r-- | opam/opam | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/opam/descr b/opam/descr new file mode 100644 index 0000000000..82463c4f45 --- /dev/null +++ b/opam/descr @@ -0,0 +1 @@ +A tactic language for Coq. diff --git a/opam/opam b/opam/opam new file mode 100644 index 0000000000..e461b97942 --- /dev/null +++ b/opam/opam @@ -0,0 +1,17 @@ +opam-version: "1.2" +name: "coq-ltac2" +version: "0.1" +maintainer: "Pierre-Marie Pédrot <pierre-marie.pedrot@irif.fr>" +author: "Pierre-Marie Pédrot <pierre-marie.pedrot@irif.fr>" +license: "LGPL 2.1" +homepage: "https://github.com/ppedrot/ltac2" +dev-repo: "https://github.com/ppedrot/ltac2.git" +bug-reports: "https://github.com/ppedrot/ltac2/issues" +build: [ + [make "COQBIN=\"\"" "-j%{jobs}%"] +] +install: [make "install"] +remove: [make "uninstall"] +depends: [ + "coq" { = "dev" } +] |
