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" & < "4.13"}
15 "ocamlfind" {build}
16 "ocamlbuild" {build}
17 "cmdliner"
18 "nonstd"
19 "re" {>= "1.5.0" & < "1.7.2"}
20]
21synopsis: "Normalize and compare HLA typing output."
22url {
23 src: "https://github.com/hammerlab/hlarp/archive/0.0.2.tar.gz"
24 checksum: [
25 "sha256=55dd1ccc6c530dcfc6da8dd74d44864b500a3efa8cf96d61ff8dc1e7de3237d8"
26 "md5=ec60ea38f2624aa513a32484aa1aca8e"
27 ]
28}
29extra-source "hlarp.install" {
30 src:
31 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/hlarp/hlarp.install"
32 checksum: [
33 "sha256=d150f19ea18b0c805481011c7264e93da06fe2e337892f4596ba78b52aecfe23"
34 "md5=459b3c697cb39b166145d57ff7dabb4b"
35 ]
36}