this repo has no description
1opam-version: "2.0"
2synopsis: "Debug adapter for OCaml 4.11"
3description: "Debug adapter for OCaml 4.11."
4maintainer: ["hackwaly@qq.com"]
5authors: ["hackwaly@qq.com"]
6homepage: "https://github.com/hackwaly/ocamlearlybird"
7bug-reports: "https://github.com/hackwaly/ocamlearlybird/issues"
8depends: [
9 "dune" {>= "2.8"}
10 "ocaml" {>= "4.11.0" & < "4.12.0"}
11 "ppx_deriving" {>= "5.1"}
12 "ppx_deriving_yojson" {>= "3.6.1"}
13 "menhir" {>= "20201216" & build}
14 "menhirLib" {>= "20201216"}
15 "iter" {>= "1.2.1"}
16 "lwt" {>= "5.4.0"}
17 "lwt_ppx" {>= "2.0.1"}
18 "lwt_react" {>= "1.1.3"}
19 "cmdliner" {>= "1.0.4"}
20 "logs" {>= "0.7.0"}
21 "fmt" {>= "0.8.9"}
22 "path_glob" {>= "0.2"}
23 "sexplib" {>= "v0.14.0"}
24 "csexp" {>= "1.3.2"}
25 "lru" {>= "0.3.0"}
26 "dap" {>= "1.0.5"}
27 "odoc" {with-doc}
28]
29build: [
30 ["dune" "subst"] {dev}
31 [
32 "dune"
33 "build"
34 "-p"
35 name
36 "-j"
37 jobs
38 "@install"
39 "@runtest" {with-test}
40 "@doc" {with-doc}
41 ]
42]
43dev-repo: "git+https://github.com/hackwaly/ocamlearlybird.git"
44x-commit-hash: "9068e314043d3a4eaf598c0a82a05d67a0e902e5"
45url {
46 src:
47 "https://github.com/hackwaly/ocamlearlybird/releases/download/1.0.1/earlybird-1.0.1.tbz"
48 checksum: [
49 "sha256=ec03f862f14a78b395710f93fde7d8e0470ac0c4689f4011bb3a74697da2a699"
50 "sha512=33a5ac6d4426f5ba59da49919910a1ba3bf7bd54beffac5076677c8c37518e229f08afbee9e6a0fecd48fd3ca94a16d698165c6c1f869a22f17df7e3b9d7afae"
51 ]
52}