forked from esy/esy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathesy.opam
78 lines (77 loc) · 1.82 KB
/
esy.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "A package.json driven package manager for Reason and OCaml"
description: """
Easy package management for native Reason, OCaml and more
"""
maintainer: [
"Manas Jayanth <[email protected]>"
"Andrey Popp <[email protected]>"
]
authors: [
"Andrey Popp <[email protected]>"
"Manas Jayanth <[email protected]>"
"Ulrik Strid <[email protected]>"
"Bryan Phelps <[email protected]>"
"Eduardo Rafael <[email protected]>"
]
license: "MIT"
homepage: "https://github.com/esy/esy"
bug-reports: "https://github.com/esy/esy/issues"
depends: [
"angstrom"
"cmdliner"
"bos"
"cudf" {= "0.9+dune"}
"dose3" {= "6.1"}
"ocamlgraph" {= "2.0.0"}
"dune"
"fmt"
"fpath"
"lambda-term"
"logs"
"lwt"
"reason"
"lwt_ppx"
"junit"
"menhir" {= "20210419"}
"ocamlformat" {= "0.18.0"}
"opam-core"
"opam-file-format"
"opam-format"
"opam-state"
"ppx_deriving"
"ppx_deriving_yojson"
"ppx_expect"
"ppx_inline_test"
"ppx_let"
"ppx_sexp_conv"
"re"
"mccs"
"yojson"
"ocaml" {= "4.12.0"}
"extlib" {= "1.7.8"}
]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/esy/esy.git"
pin-depends: [
["bos.dev" "git+https://github.com/esy-ocaml/bos.git"]
["cmdliner.dev" "git+https://github.com/esy-ocaml/cmdliner.git#e9316bc"]
["cli.dev" "git+https://github.com/reasonml/reason-native.git#aec0ac68"]
["file-context-printer.dev" "git+https://github.com/reasonml/reason-native.git#aec0ac68"]
["pastel.dev" "git+https://github.com/reasonml/reason-native.git#aec0ac68"]
["rely.dev" "git+https://github.com/reasonml/reason-native.git#aec0ac68"]
]