opam-version: "2.0"
maintainer: "orbitz@gmail.com"
build: [
  [make "-j%{jobs}%"]
  [make "-j%{jobs}%" "test"] {with-test}
]
install: [
  [make "PREFIX=%{prefix}%" "install"]
]
depends: [
  "cmdliner"
  "containers"
  "ocamlfind"
  "pds" { build & (>= "5" & < "6") }
  "process"
  "toml" { >= "4" & < "6.0" }
  "ocaml" { >= "4.02" }
]
authors: [
  "orbitz@gmail.com"
]
description: """
Create opam package files from a repository.
"""
homepage: "https://hg.sr.ht/~mmatalka/hll"
url {
  src: "http://acsl-pkgs.s3.amazonaws.com/hll-3.16.tar.gz"
  checksum: "62a719ccfcdb62c289ee668c48c52020"
}
bug-reports: "https://todo.sr.ht/~mmatalka/hll"
dev-repo: "hg+ssh://hg@hg.sr.ht/~mmatalka/hll"
