Skip to content

Commit 42dd12b

Browse files
committed
[new release] beluga (1.1.2)
CHANGES: ### Added - Added C. Sano, R. Kavanagh and B. Pientka's artifact for "Mechanizing Session-Types Using a Structural View" as a case study (Beluga-lang/Beluga#271). ### Fixed - Support postponed fixity pragmas in modules. - The hole `_` in the LF term `\x._` is parsed as a wildcard instead of as an identifier. - Shadowed bindings in a module are no longer brought into scope when the module is opened. - Support postponed fixity pragmas in Harpoon sessions.
1 parent ddeba30 commit 42dd12b

File tree

1 file changed

+56
-0
lines changed
  • packages/beluga/beluga.1.1.2

1 file changed

+56
-0
lines changed

packages/beluga/beluga.1.1.2/opam

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
opam-version: "2.0"
2+
synopsis:
3+
"Implementation of contextual modal logic for reasoning with higher-order abstract syntax"
4+
maintainer: ["[email protected]"]
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:
50+
"https://github.com/Beluga-lang/Beluga/releases/download/v1.1.2/beluga-1.1.2.tbz"
51+
checksum: [
52+
"sha256=b212cd25f28487591e7eb08207f31c45c1329cdd5f76544aca00904089ed8718"
53+
"sha512=2e1e029912a6352733a44689a38cc9161a49c870990930e4432e48c2e376902b18bd5f21d64db936dfb0574fffb69ed17eecde2823f2295fc7bb7255b81638aa"
54+
]
55+
}
56+
x-commit-hash: "36e541d7a7e8a415795ce1587d26e05ffaf60041"

0 commit comments

Comments
 (0)