this repo has no description
1opam-version: "2.0"
2maintainer: "Isaac Hodes <isaachodes@gmail.com>"
3authors: ["Isaac Hodes <isaachodes@gmail.com>"]
4homepage: "https://github.com/hammerlab/igvxml"
5dev-repo: "git+https://github.com/hammerlab/igvxml.git"
6bug-reports: "https://github.com/hammerlab/igvxml/issues"
7license: "Apache-2.0"
8build: [make]
9install: [
10 [make]
11 [make "install"]
12]
13remove: [make "uninstall"]
14depends: [
15 "ocaml" {>= "4.02.0"}
16 "ocamlfind" {build}
17 "cmdliner"
18 "xmlm"
19 "nonstd"
20 "sosa"
21]
22synopsis: "Create IGV session files from the command-line"
23url {
24 src: "https://github.com/hammerlab/igvxml/archive/0.0.6.tar.gz"
25 checksum: [
26 "sha256=ade53a08865626fd17f8304d656eca6c1146f7a4f7e4c78c5ff570fba2c69916"
27 "md5=f965fb3cd1266c1e57da65aed097925b"
28 ]
29}
30extra-source "igvxml.install" {
31 src:
32 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/igvxml/igvxml.install"
33 checksum: [
34 "sha256=165178edceec461e05edf8448baaf1f7739e610bdc37e06c36f5181ee899711d"
35 "md5=3530e8e0a19774ee108cc66cb8dce33a"
36 ]
37}