this repo has no description
1opam-version: "2.0" 2maintainer: "Leonid Rozenberg <leonidr@gmail.com>" 3authors: [ 4 "Isaac Hodes <isaachodes@gmail.com>" "Leonid Rozenberg <leonidr@gmail.com>" 5] 6homepage: "https://github.com/hammerlab/hlarp" 7bug-reports: "https://github.com/hammerlab/hlarp/issues" 8license: "Apache-2.0" 9dev-repo: "git+https://github.com/hammerlab/hlarp.git" 10build: [make] 11install: [make "install"] 12remove: [make "uninstall"] 13depends: [ 14 "ocaml" {>= "4.03.0"} 15 "ocamlfind" {build} 16 "ocamlbuild" {build} 17 "cmdliner" 18 "nonstd" {< "0.0.2"} 19 "re" {>= "1.5.0"} 20 "oml" {>= "0.0.7"} 21] 22synopsis: "Normalize and compare HLA typing output." 23description: """ 24This software scans directories and parses the output of 25various HLA typing programs: Seq2HLA, OptiType and ATHLATES.""" 26url { 27 src: "https://github.com/hammerlab/hlarp/archive/0.0.3.tar.gz" 28 checksum: [ 29 "sha256=4d54eca140ec15d815f0f62b87cb756978ce54e983b07e577711248de342d92a" 30 "md5=b1b31c0aa0fc1f5bdfe724ab541fffa0" 31 ] 32} 33extra-source "hlarp.install" { 34 src: 35 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/hlarp/hlarp.install" 36 checksum: [ 37 "sha256=d150f19ea18b0c805481011c7264e93da06fe2e337892f4596ba78b52aecfe23" 38 "md5=459b3c697cb39b166145d57ff7dabb4b" 39 ] 40}