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 "dap" {>= "1.0.5"} 24 "odoc" {with-doc} 25] 26build: [ 27 ["dune" "subst"] {dev} 28 [ 29 "dune" 30 "build" 31 "-p" 32 name 33 "-j" 34 jobs 35 "@install" 36 "@runtest" {with-test} 37 "@doc" {with-doc} 38 ] 39] 40dev-repo: "git+https://github.com/hackwaly/ocamlearlybird.git" 41x-commit-hash: "380f339fdd264cc3567f14d3dc1981e7fadc5a20" 42url { 43 src: 44 "https://github.com/hackwaly/ocamlearlybird/releases/download/1.0.0/earlybird-1.0.0.tbz" 45 checksum: [ 46 "sha256=454c743a086fc4f94f7a1e686324bb8b6b46450972e94f671d8e28f413dc6d87" 47 "sha512=26f9fa36cef21a2981eaeb18cb5c824f5879f69101e4128432d54c9ae63faddafbf204c69ed7a3ddd440161d25c0c212899c61a14a124c150d0629939f6af89f" 48 ] 49}