opam-version: "2.0" synopsis: "Opens a REPL in context" description: "The pry/pdb experience via a toplevel" maintainer: ["darius.foo.tw@gmail.com"] authors: ["Darius Foo"] license: "MIT" homepage: "https://github.com/dariusf/ppx_interact" bug-reports: "https://github.com/dariusf/ppx_interact/issues" depends: [ "dune" {>= "3.7"} "ocaml" {>= "4.14"} "cppo" {build} "ppxlib" {>= "0.28.0" & < "0.36.0"} "linenoise" {>= "1.4.0"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/dariusf/ppx_interact.git" url { src: "https://github.com/dariusf/ppx_interact/releases/download/0.1.1/ppx_interact-0.1.1.tbz" checksum: [ "sha256=878ae55f224d9ca5ac888cf85b3a32cc3f8b72347fafddf0beae204584266943" "sha512=d887b86bc9391c76dadb51d18cc15fe2fef461f6d2378412ce911067b3c7ab73f4df93d03522493ab6e50b1ce94515be72c9dd0d9b84faf0dd2db1ad16afa2c4" ] } x-commit-hash: "0fc4ffbc19755d053fd2419ab1acff8be118ad5c"