opam-version: "2.0"
maintainer: "christophermcalpine@gmail.com"
authors: ["John Whitington" "John Christopher McAlpine"]
homepage: "https://github.com/chrismamo1/ppx_netblob"
bug-reports: "https://github.com/chrismamo1/ppx_netblob/issues/"
dev-repo: "git+https://github.com/chrismamo1/ppx_netblob.git"
build: [
  [make "native-code"] {ocaml:native}
  [make "byte-code"] {!ocaml:native}
]
install: [make "install"]
remove: ["ocamlfind" "remove" "ppx_netblob"]
depends: [
  "ocaml" {> "4.03.0"}
  "ocamlfind" {build & >= "1.5.2"}
  "ppx_tools"
  "cohttp" {build & >= "0.13.0" & < "0.99"}
  "lwt" {build}
]
synopsis: "fill strings with data collected from the internet"
description: """
this package is based on ppx_blob, except it uses cohttp to fetch blobs from
the internet rather than from the local file system"""
flags: light-uninstall
url {
  src: "https://github.com/chrismamo1/ppx_netblob/archive/v1.1.tar.gz"
  checksum: "md5=f721ec08b3adb22e4058aaa353c86164"
}
