-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharML.opam
34 lines (34 loc) · 777 Bytes
/
arML.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
34
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "A small miniML compiler"
maintainer: [
"raf-nr <nurmuhametovrafik04@gmail.com" "," "ksenmel <ksennmel@gmail.com>"
]
authors: [
"raf-nr <nurmuhametovrafik04@gmail.com" "," "ksenmel <ksennmel@gmail.com>"
]
license: ["LGPL-2.1-or-later" "WITH" "OCaml-LGPL-linking-exception"]
homepage: "https://github.com/raf-nr/arML"
bug-reports: "https://github.com/raf-nr/arML/issues"
depends: [
"ocaml"
"dune" {>= "3.8"}
"bisect_ppx"
"ppx_deriving"
"odoc" {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/raf-nr/arML.git"