opam-version: "2.0" maintainer: "Isaac Hodes " authors: ["Isaac Hodes "] homepage: "https://github.com/hammerlab/igvxml" dev-repo: "git+https://github.com/hammerlab/igvxml.git" bug-reports: "https://github.com/hammerlab/igvxml/issues" license: "Apache-2.0" build: [make] install: [ [make] [make "install"] ] remove: [make "uninstall"] depends: [ "ocaml" {>= "4.02.0"} "ocamlfind" {build} "cmdliner" "xmlm" "nonstd" "sosa" ] synopsis: "Create IGV session files from the command-line" url { src: "https://github.com/hammerlab/igvxml/archive/0.0.6.tar.gz" checksum: [ "sha256=ade53a08865626fd17f8304d656eca6c1146f7a4f7e4c78c5ff570fba2c69916" "md5=f965fb3cd1266c1e57da65aed097925b" ] } extra-source "igvxml.install" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/igvxml/igvxml.install" checksum: [ "sha256=165178edceec461e05edf8448baaf1f7739e610bdc37e06c36f5181ee899711d" "md5=3530e8e0a19774ee108cc66cb8dce33a" ] }