this repo has no description
1opam-version: "2.0" 2synopsis: "Opens a REPL in context" 3description: "The pry/pdb experience via a toplevel" 4maintainer: ["darius.foo.tw@gmail.com"] 5authors: ["Darius Foo"] 6license: "MIT" 7homepage: "https://github.com/dariusf/ppx_interact" 8bug-reports: "https://github.com/dariusf/ppx_interact/issues" 9depends: [ 10 "dune" {>= "3.7"} 11 "ocaml" {>= "4.14"} 12 "cppo" {build} 13 "ppxlib" {>= "0.28.0" & < "0.36.0"} 14 "linenoise" {>= "1.4.0"} 15 "odoc" {with-doc} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30] 31dev-repo: "git+https://github.com/dariusf/ppx_interact.git" 32url { 33 src: 34 "https://github.com/dariusf/ppx_interact/releases/download/0.1.1/ppx_interact-0.1.1.tbz" 35 checksum: [ 36 "sha256=878ae55f224d9ca5ac888cf85b3a32cc3f8b72347fafddf0beae204584266943" 37 "sha512=d887b86bc9391c76dadb51d18cc15fe2fef461f6d2378412ce911067b3c7ab73f4df93d03522493ab6e50b1ce94515be72c9dd0d9b84faf0dd2db1ad16afa2c4" 38 ] 39} 40x-commit-hash: "0fc4ffbc19755d053fd2419ab1acff8be118ad5c"