Skip to content

Commit 8d5ef31

Browse files
authored
Merge pull request #28486 from Ailrun/opam-publish-beluga.1.1.3
Package beluga.1.1.3
2 parents 5d1371b + 4eefb50 commit 8d5ef31

File tree

1 file changed

+58
-0
lines changed
  • packages/beluga/beluga.1.1.3

1 file changed

+58
-0
lines changed

packages/beluga/beluga.1.1.3/opam

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis:
4+
"Implementation of contextual modal logic for reasoning with higher-order abstract syntax"
5+
maintainer: ["marc-antoine.ouimet@mail.mcgill.ca"]
6+
authors: [
7+
"Brigitte Pientka"
8+
"Joshua Dunfield"
9+
"Andrew Cave"
10+
"Jacob Thomas Errington"
11+
"Junyoung Clare Jang"
12+
"Marc-Antoine Ouimet"
13+
]
14+
license: "GPL-3.0-only"
15+
homepage: "http://complogic.cs.mcgill.ca/beluga/"
16+
bug-reports: "https://github.com/Beluga-lang/Beluga/issues"
17+
depends: [
18+
"dune" {>= "3.7"}
19+
"dune-build-info" {>= "3.7.0"}
20+
"extlib" {>= "1.7.9"}
21+
"gen" {>= "1.0"}
22+
"linenoise" {>= "1.4.0"}
23+
"ocaml" {>= "4.14"}
24+
"sedlex" {>= "2.5"}
25+
"omd" {>= "1.3.2"}
26+
"uri" {>= "4.2.0"}
27+
"conf-timeout" {with-test}
28+
"ocamlformat" {= "0.25.1" & with-test}
29+
"yojson" {>= "2.0.2" & < "3.0.0" & with-test}
30+
"ounit2" {>= "2.2.6" & with-test}
31+
"bisect_ppx" {>= "2.8.1" & with-test}
32+
"odoc" {>= "2.2.0" & with-doc}
33+
]
34+
build: [
35+
["dune" "subst"] {dev}
36+
[
37+
"dune"
38+
"build"
39+
"-p"
40+
name
41+
"-j"
42+
jobs
43+
"@install"
44+
"@runtest" {with-test}
45+
"@doc" {with-doc}
46+
]
47+
]
48+
dev-repo: "git+https://github.com/Beluga-lang/Beluga.git"
49+
run-test: [make "test"]
50+
x-maintenance-intent: ["(latest)"]
51+
url {
52+
src:
53+
"https://github.com/Beluga-lang/Beluga/archive/refs/tags/v1.1.3.tar.gz"
54+
checksum: [
55+
"md5=475d41b9d142441e966cfeab38aa1f60"
56+
"sha512=dbdbe5233a120c5cac367cb3914f482c4d00e325786ee51f2c5892d7e5fdd556338ec9565106b9ad82e50b26c8dc235887bc9b2a75e5ad0e2f19fb95f642a8a9"
57+
]
58+
}

0 commit comments

Comments
 (0)