File tree Expand file tree Collapse file tree 1 file changed +55
-0
lines changed
packages/beluga/beluga.1.1.1 Expand file tree Collapse file tree 1 file changed +55
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis:
3+ "Implementation of contextual modal logic for reasoning with higher-order abstract syntax"
4+ 5+ authors: [
6+ "Brigitte Pientka"
7+ "Joshua Dunfield"
8+ "Andrew Cave"
9+ "Jacob Thomas Errington"
10+ "Junyoung Clare Jang"
11+ "Marc-Antoine Ouimet"
12+ ]
13+ license: "GPL-3.0-only"
14+ homepage: "http://complogic.cs.mcgill.ca/beluga/"
15+ bug-reports: "https://github.com/Beluga-lang/Beluga/issues"
16+ depends: [
17+ "dune" {>= "3.7"}
18+ "dune-build-info" {>= "3.7.0"}
19+ "extlib" {>= "1.7.9"}
20+ "gen" {>= "1.0"}
21+ "linenoise" {>= "1.4.0"}
22+ "ocaml" {>= "4.14"}
23+ "sedlex" {>= "2.5"}
24+ "omd" {>= "1.3.2"}
25+ "uri" {>= "4.2.0"}
26+ "ocamlformat" {= "0.25.1" & with-test}
27+ "yojson" {>= "2.0.2" & with-test}
28+ "ounit2" {>= "2.2.6" & with-test}
29+ "bisect_ppx" {>= "2.8.1" & with-test}
30+ "odoc" {>= "2.2.0" & with-doc}
31+ ]
32+ build: [
33+ ["dune" "subst"] {dev}
34+ [
35+ "dune"
36+ "build"
37+ "-p"
38+ name
39+ "-j"
40+ jobs
41+ "@install"
42+ "@runtest" {with-test}
43+ "@doc" {with-doc}
44+ ]
45+ ]
46+ dev-repo: "git+https://github.com/Beluga-lang/Beluga.git"
47+ run-test: [make "test"]
48+ url {
49+ src: "https://github.com/Beluga-lang/Beluga/releases/download/v1.1.1/beluga-1.1.1.tbz"
50+ checksum: [
51+ "sha256=a1feed16ff859a47859a73b89f751911744f1ed427c6dfd24466d0f817a9fa6b"
52+ "sha512=a6dcddfc74a8abdf0578ad249fa7fda52168ec7d991784236dbac3ac331777bf3a14d8fc205c8c2b734409eabc008966276a5683c51449322122a3f52c69e96e"
53+ ]
54+ }
55+ x-commit-hash: "21c2f0551e916246f7ee1a7ab2206d02939e0cd5"
You can’t perform that action at this time.
0 commit comments