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" & < "4.03.0"}
  "ocamlfind" {>= "1.5.2"}
]
synopsis: "Include a file as a string at compile time"
flags: light-uninstall
url {
  src: "https://github.com/johnwhitington/ppx_blob/archive/v0.1.tar.gz"
  checksum: "md5=16025abb7d6c969e75acb6056786eb6f"
}
