Skip to content

Commit a7ef9fe

Browse files
authored
Merge pull request #28309 from mseri/release-doi2bib-0.7.7
[new release] doi2bib (2 packages) (0.7.7)
2 parents a5affd4 + e69b1f6 commit a7ef9fe

File tree

2 files changed

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

2 files changed

+86
-0
lines changed

packages/bibfmt/bibfmt.0.7.7/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 tool to pretty-print 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.7/doi2bib-0.7.7.tbz"
34+
checksum: [
35+
"sha256=667d14ba4d0fe8aea933187645368db40b7d16ebcd407a8e8c7991530f7913fd"
36+
"sha512=524e6b62c3ebc40476af208cc94c9ba252dcf1c96a1900a5298f452b3e3e945dad3eb8bafab0486aa59d2aefad8b77f8653c76df3a690a938b437ec96c4e7df6"
37+
]
38+
}
39+
x-commit-hash: "689df3f461aaf7f805708de12ff342c2dfff43cf"
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} # tests require network
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.7/doi2bib-0.7.7.tbz"
42+
checksum: [
43+
"sha256=667d14ba4d0fe8aea933187645368db40b7d16ebcd407a8e8c7991530f7913fd"
44+
"sha512=524e6b62c3ebc40476af208cc94c9ba252dcf1c96a1900a5298f452b3e3e945dad3eb8bafab0486aa59d2aefad8b77f8653c76df3a690a938b437ec96c4e7df6"
45+
]
46+
}
47+
x-commit-hash: "689df3f461aaf7f805708de12ff342c2dfff43cf"

0 commit comments

Comments
 (0)