forked from esy/esy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
esy.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 <prometheansacrifice@gmail.com>"
"Andrey Popp <8mayday@gmail.com>"
]
authors: [
"Andrey Popp <8mayday@gmail.com>"
"Manas Jayanth <prometheansacrifice@gmail.com>"
"Ulrik Strid <ulrik.strid@outlook.com>"
"Bryan Phelps <bryphe@outrunlabs.com>"
"Eduardo Rafael <theeduardorfs@gmail.com>"
]
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"]
]