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.6"}
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: "06f4b2931725eaee40d03640aeffdff227541f5d"
45url {
46 src:
47 "https://github.com/hackwaly/ocamlearlybird/releases/download/1.0.2/earlybird-1.0.2.tbz"
48 checksum: [
49 "sha256=c370e2e6d1d33960e9c34d95bbf5d730a1ad0e4daab57980aadaa6e8697b225a"
50 "sha512=e5e11a422bb8a04705be7e563bd7c15a1a7a106e713a58291292c5754a8a3f196155593a21c2137b40466415dd0076f04b7eb8a2e0b9f58fa8763641021922e6"
51 ]
52}