opam-version: "2.0"
authors: "Kenji Sakurai"
maintainer: "kenji.sakurai.94@gmail.com"
homepage: "https://github.com/tsubame-sp/ocaml_at_p"
bug-reports: "https://github.com/tsubame-sp/ocaml_at_p/issues"
dev-repo: "git+https://github.com/tsubame-sp/ocaml_at_p.git"
build: [
    [make "build" ]
]
install: [
    [make "install" ]
]
remove: [
    [make "uninstall" ]
]
depends: [
  "ocaml" {>= "4.03.0" & < "4.04.0"}
  "ocamlfind" {build}
  "typpx" {>= "1.1.3"}
]
synopsis: "OCaml@p : A debugging print system for OCaml"
description:
  "OCaml@p is a tool supporting debug in OCaml programming. When you compile a program by this tool, this system make definition of print function automatically, and insert function call to print expression attached marker [@p] automatically."
url {
  src: "https://github.com/tsubame-sp/ocaml_at_p/archive/1.0.tar.gz"
}
