Skip to content

Commit 686c3ba

Browse files
authored
Merge pull request #28703 from mseri/release-doi2bib-0.7.9
[new release] doi2bib (2 packages) (0.7.9)
2 parents c53b2ad + 6d05738 commit 686c3ba

File tree

2 files changed

+86
-0
lines changed
  • packages
    • bibfmt/bibfmt.0.7.9
    • doi2bib/doi2bib.0.7.9

2 files changed

+86
-0
lines changed

packages/bibfmt/bibfmt.0.7.9/opam

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
opam-version: "2.0"
2+
synopsis: "CLI tools to format and deduplicate bibtex files"
3+
maintainer: ["[email protected]"]
4+
authors: ["Marcello Seri"]
5+
license: "MIT"
6+
homepage: "https://github.com/mseri/doi2bib"
7+
bug-reports: "https://github.com/mseri/doi2bib/issues"
8+
depends: [
9+
"dune" {>= "2.8"}
10+
"ocaml" {>= "4.14.0"}
11+
"cmdliner" {>= "1.1.0"}
12+
"re" {>= "1.0.0"}
13+
"odoc" {with-doc}
14+
]
15+
build: [
16+
["dune" "subst"] {dev}
17+
[
18+
"dune"
19+
"build"
20+
"-p"
21+
name
22+
"-j"
23+
jobs
24+
"@install"
25+
# "@runtest" {with-test}
26+
"@doc" {with-doc}
27+
]
28+
]
29+
dev-repo: "git+https://github.com/mseri/doi2bib.git"
30+
x-maintenance-intent: [ "(latest)" ]
31+
url {
32+
src:
33+
"https://github.com/mseri/doi2bib/releases/download/0.7.9/doi2bib-0.7.9.tbz"
34+
checksum: [
35+
"sha256=22c68e7390cedcff3acc87a3638e22dbf6df630a89bcb831bab34b0a22b48fe6"
36+
"sha512=7c6c9bab1831112888a3c5c7d10092fe1eb211a3cfb53d5e9712c2b57ac30e48038bdf5fed8c1e12f2b384023f2a69ea1e818b2a8f8822283ed135fbe6c5ba43"
37+
]
38+
}
39+
x-commit-hash: "a576b75cb3e01db8d4cc17534a46474742c844b2"
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
opam-version: "2.0"
2+
synopsis: "CLI tool to get bibtex entries from DOI/arXiv/PubMed IDs"
3+
maintainer: ["[email protected]"]
4+
authors: ["Marcello Seri"]
5+
license: "MIT"
6+
homepage: "https://github.com/mseri/doi2bib"
7+
bug-reports: "https://github.com/mseri/doi2bib/issues"
8+
build: [
9+
["dune" "subst"] {dev}
10+
[
11+
"dune"
12+
"build"
13+
"-p"
14+
name
15+
"-j"
16+
jobs
17+
"@install"
18+
# "@runtest" {with-test}
19+
"@doc" {with-doc}
20+
]
21+
]
22+
dev-repo: "git+https://github.com/mseri/doi2bib.git"
23+
depends: [
24+
"dune" {>= "2.8"}
25+
"ocaml" {>= "4.08"}
26+
"bibfmt" {= version}
27+
"astring" {>= "0.8.0"}
28+
"cohttp-lwt-unix" {>= "2.5.0"}
29+
"cmdliner" {>= "1.1.0"}
30+
"clz" {>= "0.1.0"}
31+
"ezxmlm" {>= "1.1.0"}
32+
"lwt" {>= "5.5.0"}
33+
"bigstringaf" {>= "0.2.0"}
34+
("tls" {>= "0.12.0" & < "0.16"} | "tls-lwt")
35+
"re" {>= "1.0.0"}
36+
"odoc" {with-doc}
37+
]
38+
x-maintenance-intent: [ "(latest)" ]
39+
url {
40+
src:
41+
"https://github.com/mseri/doi2bib/releases/download/0.7.9/doi2bib-0.7.9.tbz"
42+
checksum: [
43+
"sha256=22c68e7390cedcff3acc87a3638e22dbf6df630a89bcb831bab34b0a22b48fe6"
44+
"sha512=7c6c9bab1831112888a3c5c7d10092fe1eb211a3cfb53d5e9712c2b57ac30e48038bdf5fed8c1e12f2b384023f2a69ea1e818b2a8f8822283ed135fbe6c5ba43"
45+
]
46+
}
47+
x-commit-hash: "a576b75cb3e01db8d4cc17534a46474742c844b2"

0 commit comments

Comments
 (0)