-
Notifications
You must be signed in to change notification settings - Fork 25
/
earlybird.opam
46 lines (46 loc) · 1.09 KB
/
earlybird.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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "OCaml debug adapter"
maintainer: ["Simmo Saan <simmo.saan@gmail.com>"]
authors: ["hackwaly@qq.com"]
license: "MIT"
homepage: "https://github.com/hackwaly/ocamlearlybird"
bug-reports: "https://github.com/hackwaly/ocamlearlybird/issues"
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.12.0"}
"ppx_deriving" {>= "5.1"}
"ppx_deriving_yojson" {>= "3.6.1"}
"menhir" {>= "20201216" & build}
"menhirLib" {>= "20201216"}
"ocaml-compiler-libs" {>= "v0.12.3"}
"ppx_optcomp" {>= "v0.11"}
"iter" {>= "1.2.1"}
"lwt" {>= "5.4.0"}
"lwt_ppx" {>= "2.0.1"}
"lwt_react" {>= "1.1.3"}
"cmdliner" {>= "1.1.0"}
"logs" {>= "0.7.0"}
"fmt" {>= "0.8.9"}
"path_glob" {>= "0.2"}
"sexplib" {>= "v0.14.0"}
"csexp" {>= "1.3.2"}
"lru" {>= "0.3.0"}
"dap" {>= "1.0.6"}
"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/hackwaly/ocamlearlybird.git"