this repo has no description
1opam-version: "2.0"
2synopsis: "Alba compiler"
3maintainer: "Helmut Brandl <helmut.brandl@gmx.net>"
4authors: "Helmut Brandl <helmut.brandl@gmx.net>"
5homepage: "http://albatross-lang.sourceforge.net"
6license: "GPL-2.0-only"
7dev-repo: "git+https://github.com/hbr/albatross.git"
8bug-reports: "http://github.com/hbr/albatross"
9build: [
10 # [make "test_alba"] {with-test}
11 ["dune" "build" "@install" "-p" name "-j" jobs]
12 ["dune" "build" "@runtest" "-p" name] {with-test}
13 ["dune" "build" "@doc" "-p" name] {with-doc}
14]
15depends: [
16 "ocaml" {>= "4.08.0" & < "5.0"}
17 "linenoise"
18 "menhir" {build}
19 "dune" {>= "1.8.0"}
20 "odoc" {with-doc}
21 "js_of_ocaml" {build}
22 "js_of_ocaml-ppx"
23 "ppx_inline_test" {build} (* is needed for building the libraries
24 otherwise it does not compile *)
25]
26url {
27 src: "https://github.com/hbr/albatross/archive/0.4.1.tar.gz"
28 checksum: [
29 "sha256=439b1dce07c86e914d1ebf1712c5581418314b0c8d13594f27a698b1d25fe272"
30 "md5=5cf58d4ed4eacbe6f330e9d2378ef5c6"
31 ]
32}