-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
opam
33 lines (33 loc) · 915 Bytes
/
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"
maintainer: "ygrek@autistici.org"
authors: ["Sebastien Mondet"]
homepage: "https://smondet.github.io/bracetax/"
dev-repo: "git+https://github.com/smondet/bracetax.git"
bug-reports: "https://github.com/smondet/bracetax/issues"
build: [
["ocaml" "setup.ml" "-configure" "--prefix" prefix]
["ocaml" "setup.ml" "-build"]
]
install: [
["ocaml" "setup.ml" "-install"]
]
remove: [
["ocamlfind" "remove" "bracetax"]
["rm" "-f" "%{bin}%/brtx" "%{bin}%/brtx.exe"]
]
depends: [
"ocaml" {>= "4.02.0" & < "5.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"base-bytes"
]
synopsis: "Simple and deterministic text processing syntax"
flags: light-uninstall
url {
src:
"https://github.com/smondet/bracetax/releases/download/v0.4/bracetax-0.4.tar.gz"
checksum: [
"sha256=fb1deab1da4401bd421c39e72779971ac6c5693982fd6d3074be98130edf8e43"
"md5=3cdad48090abb6046c967c83176eb240"
]
}