opam-version: "2.0"
maintainer: "contact@coherentgraphics.co.uk"
build: make
remove: [["ocamlfind" "remove" "exnsource"]]
depends: [
  "ocaml" {>= "4.02.0"}
  "ocamlfind"
]
dev-repo: "git://github.com/johnwhitington/exn-source"
install: [make "install"]
synopsis: "Exception backtrace for OCaml with source code printing"
flags: light-uninstall
url {
  src: "https://github.com/johnwhitington/exn-source/archive/v0.1.tar.gz"
  checksum: "md5=964c29f48b8b3c23d971058609e6b415"
}
