this repo has no description

Merge pull request #24194 from MartyO256/release-beluga-v1.1

[new release] beluga (1.1)

Changed files
+56
packages
beluga
beluga.1.1
+56
packages/beluga/beluga.1.1/opam
···
+
opam-version: "2.0"
+
synopsis:
+
"Implementation of contextual modal logic for reasoning with higher-order abstract syntax"
+
maintainer: ["marc-antoine.ouimet@mail.mcgill.ca"]
+
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"}
+
"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"]
+
url {
+
src:
+
"https://github.com/Beluga-lang/Beluga/releases/download/v1.1/beluga-1.1.tbz"
+
checksum: [
+
"sha256=a6b4e3b3b51cd4cb5575b6f5cf7da88aa37027e273925752a50a3f7c97f0ed8c"
+
"sha512=070d2ee1f67583bf0619d4209369234a9ee948145b674c2a6b05586e96f5a45b2b73cadea0c67958e4ed03eb72e9ca72a037758a4db0d7e7d57eb1a3a98efc9c"
+
]
+
}
+
x-commit-hash: "e3254fc2b0db245f900ae8f49dd1b976e0281351"