opam-version: "2.0"
authors: "John Whitington"
maintainer: "contact@coherentgraphics.co.uk"
homepage: "https://github.com/johnwhitington/ppx_blob"
dev-repo: "git+https://github.com/johnwhitington/ppx_blob.git"
bug-reports: "https://github.com/johnwhitington/ppx_blob/issues/"
build: [
  [make "native-code"] {ocaml:native}
  [make "byte-code"] {!ocaml:native}
]
install: [
  [make "install"]
]
remove: [["ocamlfind" "remove" "ppx_blob"]]
depends: [
  "ocaml" {>= "4.02.0"}
  "ocamlfind" {build & >= "1.5.2"}
  "ppx_tools"
]
synopsis: "Include a file as a string at compile time"
flags: light-uninstall
url {
  src: "https://github.com/johnwhitington/ppx_blob/archive/v0.2.tar.gz"
  checksum: "md5=c25401923d7e6efe6af400f1100c7923"
}
