opam-version: "2.0"
maintainer: "ygrek@autistici.org"
authors: "ygrek <ygrek@autistici.org>"
homepage: "https://github.com/ygrek/mybuild"
bug-reports: "https://github.com/ygrek/mybuild/issues"
dev-repo: "git://github.com/ygrek/mybuild.git"
tags: [ "org:ygrek" ]
build: [
  [make]
  [make "doc"] {with-doc}
]
install: [
  [make "install"]
]
depends: [
  "ocaml"
  "ocamlfind" {build}
  "base-unix"
  "ocamlbuild"
]
synopsis: "Collection of ocamlbuild plugins (extprot, atdgen, ragel, etc) and utility to generate version from VCS"
extra-files: [ "mybuild.install" "md5=6fd20e1483f1350b71fdd00227bf3994" ]
url {
  src: "https://github.com/ygrek/mybuild/archive/v6.tar.gz"
  checksum: [
    "md5=290a1c27c0a1714342574f9ad8d6b6b7"
    "sha256=32ddc8b3d054c3afcda861c6d1f58294b4bd9588129dd71be218b7ef0844e40a"
    "sha512=5da624b8a55ce76f15f96536dc1073a6700a9469894bae28f080131adf61592e2b8e7d3983bc04c8065b826e1ff5b6974e54650c6683cd8d53ee4574ffd4686b"
  ]
}
