opam-version: "2.0"
maintainer: "Leonid Rozenberg <leonidr@gmail.com>"
authors: ["Isaac Hodes <isaachodes@gmail.com>"
          "Leonid Rozenberg <leonidr@gmail.com>"]
homepage: "https://github.com/hammerlab/hlarp"
bug-reports: "https://github.com/hammerlab/hlarp/issues"
dev-repo: "git+https://github.com/hammerlab/hlarp.git"
license: "Apache-2.0"
build: [make]
install: [
         [make]
         [make "install"]
]
remove: [make "uninstall"]
depends: [
  "ocaml" {>= "4.02.0" & < "4.13"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "cmdliner"
  "nonstd"
  "re" {< "1.7.2"}
]
synopsis: "Normalize and compare HLA typing output."
extra-files: ["hlarp.install" "md5=459b3c697cb39b166145d57ff7dabb4b"]
url {
  src: "https://github.com/hammerlab/hlarp/archive/0.0.1.tar.gz"
  checksum: "md5=dac2b38bbd475533593422a2b0726ef9"
}
