opam-version: "2.0"
maintainer:   "thomas@gazagnaire.org"
authors:      ["Jérémie Dimino"]
license:      "BSD-3-Clause"
homepage:     "https://github.com/samoht/topkg-jbuilder"
bug-reports:  "https://github.com/samoht/utop/topkg-jbuilder"
dev-repo: "git+https://github.com/samoht/topkg-jbuilder.git"
doc:          "https://samoht.github.io/topkg-jbuilder/"

build: [
  ["jbuilder" "subst" "-p" name] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml"
  "jbuilder" {>= "1.0+beta7"}
  "topkg"
]
synopsis: "Helpers for using topkg with jbuilder"
description: """
Topkg-jbuilder exposes helpers for using topkg-care in projects using
Jbuilder."""
url {
  src:
    "https://github.com/samoht/topkg-jbuilder/releases/download/0.2.0/topkg-jbuilder-0.2.0.tbz"
  checksum: "md5=83bbcbb0b52da0fba935f449dfd9d3e4"
}
