-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathsatyrographos.opam
62 lines (55 loc) · 1.53 KB
/
satyrographos.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
55
56
57
58
59
60
61
62
opam-version: "2.0"
name: "satyrographos"
version: "0.0.2.13"
maintainer: "SAKAMOTO Noriaki <[email protected]>"
authors: [
"SAKAMOTO Noriaki <[email protected]>"
]
homepage: "https://github.com/na4zagin3/satyrographos"
dev-repo: "git+https://github.com/na4zagin3/satyrographos.git"
bug-reports: "https://github.com/na4zagin3/satyrographos/issues"
license: "LGPL-3.0-or-later"
build: [
["dune" "subst"] {dev}
["sed" "-i.bak" "-e" "s/%%%%VERSION_NUM%%%%/%{version}%/" "bin/main.ml"]
["dune" "build" "-p" name "-j" jobs]
]
run-test: [
["dune" "runtest" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.11.0"}
"conf-diffutils" {with-test}
"dune" {>= "2.7"}
"fileutils"
"menhir" {>= "20181006"}
"ppx_import"
"ppx_deriving"
"ppx_deriving_yojson"
"ocamlgraph"
( "opam-format" {>= "2.0.4" & < "2.2"}
& "opam-state" {>= "2.0.4" & < "2.2"}
& "ocaml" {< "4.12.0"}
| "opam-format" {>= "2.1.0" & < "2.2"}
& "opam-state" {>= "2.1.0" & < "2.2"}
& "ocaml" {>= "4.12.0"}
)
"re" { >= "1.9.0" }
"stringext" {with-test}
"uri" {>= "3.0.0"}
"uri-sexp" {>= "3.0.0"}
"yaml" {>= "3.0" & < "4.0"}
"yaml-sexp" {>= "3.0" & < "4.0"}
"yojson"
# Janestreet Libs
"core" {>= "v0.15" & < "v0.17"}
"core_unix"
"ppx_jane"
"shexp"
]
synopsis: "A package manager for SATySFi"
description: """
Satyrographos is a package manager for [SATySFi].
Satyrographos is distributed under the LGPL-3.0 license.
[SATySFi]: https://github.com/gfngfn/SATySFi
[Satyrographos]: https://github.com/na4zagin3/satyrographos"""