opam-version: "2.0"
maintainer: "xvw <xavier.vdw@gmail.com>"
authors: "xvw <xavier.vdw@gmail.com>"
homepage: "https://github.com/xvw/ppx_debugger"
bug-reports: "https://github.com/xvw/ppx_debugger/issues"
license: "GPL-3.0-only"
dev-repo: "git+https://github.com/xvw/ppx_debugger.git"
build: [
  ["./configure" "--prefix=%{prefix}%"]
  [make]
]
install: [make "install"]
remove: ["ocamlfind" "remove" "ppx_debugger"]
depends: [
  "ocaml" {>= "4.02.2" & < "4.03.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
]
synopsis:
  "ppx_debugger is a small semi-interactive for debugging OCaml execution"
description: """
This syntactic extension provide some primitive for interactive debugging
in OCaml. log, breakpoint and catch. See more information on
https://github.com/xvw/ppx_debugger/README.md"""
flags: light-uninstall
url {
  src:
    "https://github.com/xvw/ppx_debugger/releases/download/v1.0/ppx_debugger.tar.gz"
  checksum: "md5=1b6537b17f45c84ec2b8ebab18b3b256"
}
