this repo has no description
1opam-version: "2.0"
2maintainer: "Leonid Rozenberg <leonidr@gmail.com>"
3authors: ["Isaac Hodes <isaachodes@gmail.com>"
4 "Leonid Rozenberg <leonidr@gmail.com>"]
5homepage: "https://github.com/hammerlab/hlarp"
6bug-reports: "https://github.com/hammerlab/hlarp/issues"
7dev-repo: "git+https://github.com/hammerlab/hlarp.git"
8license: "Apache-2.0"
9build: [make]
10install: [
11 [make]
12 [make "install"]
13]
14remove: [make "uninstall"]
15depends: [
16 "ocaml" {>= "4.02.0" & < "4.13"}
17 "ocamlfind" {build}
18 "ocamlbuild" {build}
19 "cmdliner"
20 "nonstd"
21 "re" {< "1.7.2"}
22]
23synopsis: "Normalize and compare HLA typing output."
24url {
25 src: "https://github.com/hammerlab/hlarp/archive/0.0.1.tar.gz"
26 checksum: [
27 "sha256=35850e074da397d6b162cae7d58da17a7fc9b5edb7297dc0b1dbab4c98f2d387"
28 "md5=dac2b38bbd475533593422a2b0726ef9"
29 ]
30}
31extra-source "hlarp.install" {
32 src:
33 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/hlarp/hlarp.install"
34 checksum: [
35 "sha256=d150f19ea18b0c805481011c7264e93da06fe2e337892f4596ba78b52aecfe23"
36 "md5=459b3c697cb39b166145d57ff7dabb4b"
37 ]
38}