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" & < "5.2"} 12 "ppxlib" {>= "0.28.0" & < "0.36.0"} 13 "linenoise" {>= "1.4.0"} 14 "odoc" {with-doc} 15] 16build: [ 17 ["dune" "subst"] {dev} 18 [ 19 "dune" 20 "build" 21 "-p" 22 name 23 "-j" 24 jobs 25 "@install" 26 "@runtest" {with-test} 27 "@doc" {with-doc} 28 ] 29] 30dev-repo: "git+https://github.com/dariusf/ppx_interact.git" 31url { 32 src: 33 "https://github.com/dariusf/ppx_interact/releases/download/0.1.0/ppx_interact-0.1.0.tbz" 34 checksum: [ 35 "sha256=add42ac9716daa999a27b7a427e08d08672517971289a26988a51f0eadfdbc39" 36 "sha512=0963f59f3fa7a10cce25b4dae5a30ae41caf53816886bb76b1eaf54d9b63ba9503dbd6f162ce88c18fc4b6a7d4468d797bb7ce860c2c9da8d93a0da8fd7837eb" 37 ] 38} 39x-commit-hash: "07eeadc1980ae13af9ac801528a4805b13fcde0f"