this repo has no description
1opam-version: "2.0" 2synopsis: "OCaml debug adapter" 3maintainer: ["Simmo Saan <simmo.saan@gmail.com>"] 4authors: ["hackwaly@qq.com"] 5license: "MIT" 6homepage: "https://github.com/hackwaly/ocamlearlybird" 7bug-reports: "https://github.com/hackwaly/ocamlearlybird/issues" 8depends: [ 9 "dune" {>= "2.8"} 10 "ocaml" {>= "4.12.0" & < "5.2"} 11 "ppx_deriving" {>= "5.1"} 12 "ppx_deriving_yojson" {>= "3.6.1"} 13 "menhir" {>= "20201216" & build} 14 "menhirLib" {>= "20201216"} 15 "ocaml-compiler-libs" {>= "v0.12.3"} 16 "ppx_optcomp" {>= "v0.11"} 17 "iter" {>= "1.2.1"} 18 "lwt" {>= "5.4.0"} 19 "lwt_ppx" {>= "2.0.1"} 20 "lwt_react" {>= "1.1.3"} 21 "cmdliner" {>= "1.1.0"} 22 "logs" {>= "0.7.0"} 23 "fmt" {>= "0.8.9"} 24 "path_glob" {>= "0.2"} 25 "sexplib" {>= "v0.14.0"} 26 "csexp" {>= "1.3.2"} 27 "lru" {>= "0.3.0"} 28 "dap" {>= "1.0.6"} 29 "odoc" {with-doc} 30] 31conflicts: [ 32 "ocaml-option-bytecode-only" 33] 34build: [ 35 ["dune" "subst"] {dev} 36 [ 37 "dune" 38 "build" 39 "-p" 40 name 41 "-j" 42 jobs 43 "@install" 44 "@runtest" {with-test} 45 "@doc" {with-doc} 46 ] 47] 48dev-repo: "git+https://github.com/hackwaly/ocamlearlybird.git" 49url { 50 src: 51 "https://github.com/hackwaly/ocamlearlybird/releases/download/1.3.0/earlybird-1.3.0.tbz" 52 checksum: [ 53 "sha256=166e2599cb3a42c6e1050893de788b89024f6b0f3c8487d651ef4a2b12deba11" 54 "sha512=ab3a836e5a5921a7a06b98215051c42ddebcdc98ff8ad7098b1eab602da871dcc18107437cee3b672ccbc5df49a22c3d0313fcc78ff08f3e80be7d08d44b5a3e" 55 ] 56} 57x-commit-hash: "20888b0c1840a69bbf57dd1e2777a831bf372755"