opam-version: "2.0" synopsis: "Small CLI to get a bibtex entry from a DOI, an arXiv ID or a PubMed ID" maintainer: ["marcello.seri@gmail.com"] authors: ["Marcello Seri"] license: "MIT" homepage: "https://github.com/mseri/doi2bib" bug-reports: "https://github.com/mseri/doi2bib/issues" depends: [ "dune" {>= "2.7"} "ocaml" {>= "4.08"} "astring" {>= "0.8.0"} "cohttp-lwt-unix" {>= "2.5.0"} "cmdliner" {>= "1.0.0"} "clz" {>= "0.1.0"} "ezxmlm" {>= "1.1.0"} "lwt" {>= "5.5.0"} "bigstringaf" {>= "0.2.0"} ("tls" {>= "0.12.0" & < "0.16"} | "tls-lwt" {< "1.0.0"}) "re" {>= "1.0.0"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/mseri/doi2bib.git" url { src: "https://github.com/mseri/doi2bib/releases/download/0.6.1/doi2bib-0.6.1.tbz" checksum: [ "sha256=823338a90e259438bb54115ca8ad8265a9db3e88a1fdb5d46dce7ecbe3c8e1e7" "sha512=e17fb7724c582e57e12266884fb96c6b680f81b7d79e05568d3a85267bc36e5cb5a04650de2607967f157246eaf098fd9ed07b79b0698cdfc9e13a60eca393b1" ] } x-commit-hash: "5a01c38429687ecf79419a3f52a2e151fdfd9d75"