this repo has no description

Merge pull request #18985 from mseri/release-doi2bib-0.5.1

[new release] doi2bib (0.5.1)

Kate 5097dd92 dbae1054

Changed files
+48
packages
doi2bib
doi2bib.0.5.1
+48
packages/doi2bib/doi2bib.0.5.1/opam
···
+
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"}
+
"decompress" {>= "1.4.0"}
+
"ezxmlm" {>= "1.1.0"}
+
"lwt" {>= "5.3.0"}
+
"bigstringaf" {>= "0.2.0"}
+
"tls" {>= "0.12.0"}
+
"re" {>= "1.0.0"}
+
"odoc" {with-doc}
+
]
+
conflicts: [
+
"result" {< "1.5"} # uses Result.map but result can be pulled via lwt and takes over the Result module
+
]
+
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: "a95e236c59680e2078995501355ea0a143a37340"
+
url {
+
src:
+
"https://github.com/mseri/doi2bib/releases/download/0.5.1/doi2bib-0.5.1.tbz"
+
checksum: [
+
"sha256=c63f3c4073c598c68beeb122c5bd95e393931130af623b57ef87399f2e3f6e5c"
+
"sha512=48355cdb7124ceb21b53e2676bf78ab73b4cb2b4dc30674e33e26b15295813fbee1fb678676788d26515bd91b884fc3435a871dd070d9e027b72340dd9df1f54"
+
]
+
}