File tree Expand file tree Collapse file tree 1 file changed +57
-0
lines changed
packages/beluga/beluga.1.1.2 Expand file tree Collapse file tree 1 file changed +57
-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
+ "conf-timeout" {with-test}
31
+ "odoc" {>= "2.2.0" & with-doc}
32
+ ]
33
+ build: [
34
+ ["dune" "subst"] {dev}
35
+ [
36
+ "dune"
37
+ "build"
38
+ "-p"
39
+ name
40
+ "-j"
41
+ jobs
42
+ "@install"
43
+ "@runtest" {with-test}
44
+ "@doc" {with-doc}
45
+ ]
46
+ ]
47
+ dev-repo: "git+https://github.com/Beluga-lang/Beluga.git"
48
+ run-test: [make "test"]
49
+ url {
50
+ src:
51
+ "https://github.com/Beluga-lang/Beluga/releases/download/v1.1.2/beluga-1.1.2.tbz"
52
+ checksum: [
53
+ "sha256=b212cd25f28487591e7eb08207f31c45c1329cdd5f76544aca00904089ed8718"
54
+ "sha512=2e1e029912a6352733a44689a38cc9161a49c870990930e4432e48c2e376902b18bd5f21d64db936dfb0574fffb69ed17eecde2823f2295fc7bb7255b81638aa"
55
+ ]
56
+ }
57
+ x-commit-hash: "36e541d7a7e8a415795ce1587d26e05ffaf60041"
You can’t perform that action at this time.
0 commit comments