opam-version: "1.2"
maintainer: "David Kaloper Meršinjak <david@numm.org>"
authors: "David Kaloper Meršinjak <david@numm.org>"
homepage: "https://github.com/pqwy/ocb-stubblr"
bug-reports: "https://github.com/pqwy/ocb-stubblr/issues"
license: "ISC"
doc: "https://pqwy.github.io/ocb-stubblr/doc"
tags: "ocamlbuild"
dev-repo: "https://github.com/pqwy/ocb-stubblr.git"
build: [
  "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "false"
]
depends: [
  "ocamlfind" {build}
  "ocamlbuild" {>= "0.9.3" | < "0.9.0"}
  "topkg" {>= "0.8.1"}
  "astring"
]
available: [ocaml-version >= "4.01.0"]
