-
Notifications
You must be signed in to change notification settings - Fork 41
/
kappa-library.opam
54 lines (54 loc) · 1.18 KB
/
kappa-library.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "4.1.3"
synopsis:
"Public internals of the Kappa tool suite. Use this package to use kappa as a lib"
maintainer: [
"Antoine Pouille <[email protected]>"
"Jérôme Feret <[email protected]>"
]
authors: [
"Jean Krivine"
"Jérôme Feret"
"Pierre Boutillier"
"Ioana Cristescu"
"Mutaamba Maasha"
"Lý Kim Quyên"
"Antoine Pouille"
]
license: "LGPL-3.0-only"
homepage: "https://kappalanguage.org/"
doc:
"https://kappalanguage.org/sites/kappalanguage.org/files/inline-files/Kappa_Manual.pdf"
bug-reports: "https://github.com/Kappa-Dev/KappaTools/issues"
depends: [
"dune" {>= "2.9"}
"ocaml" {>= "4.13.0" & < "5.0.0"}
"yojson" {>= "2.0"}
"lwt" {>= "4.2.0"}
"num"
"re"
"fmt"
"logs"
"result"
"stdlib-shims"
"camlp-streams"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/Kappa-Dev/KappaTools.git"