-
Notifications
You must be signed in to change notification settings - Fork 0
/
algaett.opam
33 lines (33 loc) · 978 Bytes
/
algaett.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
opam-version: "2.0"
name: "algaett"
synopsis: "The algaett's not algaeff"
description: "A modular, effect-Based proof assistant"
maintainer: "favonia <[email protected]>"
authors: "The RedPRL Development Team"
license: "Apache-2.0"
homepage: "https://github.com/RedPRL/algaett"
bug-reports: "https://github.com/RedPRL/algaett/issues"
dev-repo: "git+https://github.com/RedPRL/algaett.git"
depends: [
"dune" {>= "2.0"}
"ocaml" {>= "5.0"}
"algaeff" {>= "0.2"}
"asai" {>= "0.1"}
"bwd" {>= "2.2"}
"cmdliner" {>= "1.1"}
"earley" {>= "3.0"}
"emoji" {>= "1.2"}
"mugen" {>= "0.1"}
"yuujinchou" {>= "5.0"}
"odoc" {with-doc}
"bantorra"
]
pin-depends: [
[ "bantorra.0.2.0~dev" "git+https://github.com/RedPRL/bantorra" ]
[ "emoji.1.2.0~pre" "git+https://github.com/fxfactorial/ocaml-emoji" ]
]
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "build" "-p" name "-j" jobs "@runtest"] {with-test}
["dune" "build" "-p" name "-j" jobs "@doc"] {with-doc}
]