File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
packages/hol2dk/hol2dk.0.0.0 Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "HOL-Light to Dedukti/Lambdapi translator"
3+ description: "HOL-Light to Dedukti/Lambdapi translator"
4+ maintainer: ["Frédéric Blanqui"]
5+ authors: ["Frédéric Blanqui"]
6+ license: "CeCILL-2.1"
7+ homepage: "https://github.com/Deducteam/hol2dk"
8+ doc: "https://github.com/Deducteam/hol2dk/blob/master/README.md"
9+ bug-reports: "https://github.com/Deducteam/hol2dk/issues"
10+ depends: [
11+ "ocaml" {>= "4.13"}
12+ "dune" {>= "3.7"}
13+ "odoc" {with-doc}
14+ ]
15+ build: [
16+ ["dune" "subst"] {dev}
17+ [
18+ "dune"
19+ "build"
20+ "-p"
21+ name
22+ "-j"
23+ jobs
24+ "@install"
25+ "@runtest" {with-test}
26+ "@doc" {with-doc}
27+ ]
28+ ]
29+ dev-repo: "git+https://github.com/Deducteam/hol2dk.git"
30+ url {
31+ src:
32+ "https://github.com/Deducteam/hol2dk/releases/download/0.0.0/hol2dk-0.0.0.tbz"
33+ checksum: [
34+ "sha256=17aaba571153eb188524225c4a491a15e749935a38ebf190a5162f9f6563407c"
35+ "sha512=aaf26a8d0c6545b655ae18ffdaa65ab11c133e362103677dbc733ad9fa0b60092e05819c15b45bb7b1bda2235c5ec3b869f842c465613688882f961e7a2b7b04"
36+ ]
37+ }
38+ x-commit-hash: "855a531994c37de0ea3d9cfd00d7b16d1f95920d"
You can’t perform that action at this time.
0 commit comments