File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
packages/hol2dk/hol2dk.2.1.0 Expand file tree Collapse file tree 1 file changed +40
-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 and Rocq translator"
3+ description: "HOL-Light to Dedukti/Lambdapi and Rocq translator"
4+ x-maintenance-intent: ["(latest)"]
5+ maintainer: ["Frédéric Blanqui"]
6+ authors: ["Frédéric Blanqui"]
7+ license: "CeCILL-2.1"
8+ homepage: "https://github.com/Deducteam/hol2dk"
9+ doc: "https://github.com/Deducteam/hol2dk/blob/master/README.md"
10+ bug-reports: "https://github.com/Deducteam/hol2dk/issues"
11+ depends: [
12+ "dune" {>= "3.7"}
13+ "ocaml" {>= "4.13"}
14+ #"hol_light" {= "3.1.0"}
15+ "odoc" {with-doc}
16+ ]
17+ build: [
18+ ["dune" "subst"] {dev}
19+ [
20+ "dune"
21+ "build"
22+ "-p"
23+ name
24+ "-j"
25+ jobs
26+ "@install"
27+ "@runtest" {with-test}
28+ "@doc" {with-doc}
29+ ]
30+ ]
31+ dev-repo: "git+https://github.com/Deducteam/hol2dk.git"
32+ url {
33+ src:
34+ "https://github.com/Deducteam/hol2dk/releases/download/2.1.0/hol2dk-2.1.0.tbz"
35+ checksum: [
36+ "sha256=57a91423ffa5d560b092a5285c67e7eba7c44bae9904e10e0688868a7ff6e656"
37+ "sha512=677d19ec68aac820790b5bb0c7afcff1440c00a3799c9d86edaefe006e733bdb12045b6f3534dee994658e8d013740ac182649441d01ed5314e3a3e22f911718"
38+ ]
39+ }
40+ x-commit-hash: "1778a0b552015ecb385205ed5960e6e36f2f1fcf"
You can’t perform that action at this time.
0 commit comments