this repo has no description
1opam-version: "2.0" 2synopsis: "Debug adapter for OCaml 4.11" 3maintainer: ["hackwaly@qq.com"] 4authors: ["hackwaly@qq.com"] 5homepage: "https://github.com/hackwaly/ocamlearlybird" 6bug-reports: "https://github.com/hackwaly/ocamlearlybird/issues" 7depends: [ 8 "dune" {>= "2.8"} 9 "ocaml" {>= "4.11.0" & < "4.13"} 10 "ppx_deriving" {>= "5.1"} 11 "ppx_deriving_yojson" {>= "3.6.1"} 12 "menhir" {>= "20201216" & build} 13 "menhirLib" {>= "20201216"} 14 "ocaml-compiler-libs" {>= "v0.12.3"} 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: "5f39f4d2f96aafb896ccd0ce494150f38f929b38" 45url { 46 src: 47 "https://github.com/hackwaly/ocamlearlybird/releases/download/1.1.0/earlybird-1.1.0.tbz" 48 checksum: [ 49 "sha256=aae7257fa73a502ea808eb5c3f3bf9fa0218cedf43342289ca44f03b32839fdf" 50 "sha512=c1b3e24a52c8c6a4e757b9aae6b2d39131d65df401d35f7a35e175fc12d3ea964e92b7a28d24df6e5d026fd194460f994ba8cecf81fd41e8134f09a5e31973b1" 51 ] 52}