-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathbeluga.opam
49 lines (49 loc) · 1.17 KB
/
beluga.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis:
"Implementation of contextual modal logic for reasoning with higher-order abstract syntax"
maintainer: ["[email protected]"]
authors: [
"Brigitte Pientka"
"Joshua Dunfield"
"Andrew Cave"
"Jacob Thomas Errington"
"Junyoung Clare Jang"
"Marc-Antoine Ouimet"
]
license: "GPL-3.0-only"
homepage: "http://complogic.cs.mcgill.ca/beluga/"
bug-reports: "https://github.com/Beluga-lang/Beluga/issues"
depends: [
"dune" {>= "3.7"}
"dune-build-info" {>= "3.7.0"}
"extlib" {>= "1.7.9"}
"gen" {>= "1.0"}
"linenoise" {>= "1.4.0"}
"ocaml" {>= "4.14"}
"sedlex" {>= "2.5"}
"omd" {>= "1.3.2"}
"uri" {>= "4.2.0"}
"conf-timeout" {with-test}
"ocamlformat" {= "0.25.1" & with-test}
"yojson" {>= "2.0.2" & with-test}
"ounit2" {>= "2.2.6" & with-test}
"bisect_ppx" {>= "2.8.1" & with-test}
"odoc" {>= "2.2.0" & with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/Beluga-lang/Beluga.git"
run-test: [make "test"]