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"} "ezxmlm" {>= "1.1.0"} "lwt" {>= "5.3.0"} ("tls" {>= "0.12.0" & < "0.16"} | "tls-lwt" {< "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" x-commit-hash: "b5a8c09fa889e501580b2bbb914c6ce4ec10505e" url { src: "https://github.com/mseri/doi2bib/releases/download/0.3.0/doi2bib-0.3.0.tbz" checksum: [ "sha256=738fc640eb9789889e7e3d41f1a885ce5c1cf19efcc96aa60684ed8c34c0b290" "sha512=f0e4278195765a6145d06fe11a9d9387ada3e7cec5b098d26b420ca13de16f0fe75463bf5d04c589f4e8302d4654b5c3b5ac8eb4c4b0a257dc58e75147949c9c" ] }