We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cbda25 commit aed4489Copy full SHA for aed4489
3 files changed
bibfmt.opam
@@ -7,7 +7,7 @@ license: "MIT"
7
homepage: "https://github.com/mseri/doi2bib"
8
bug-reports: "https://github.com/mseri/doi2bib/issues"
9
depends: [
10
- "dune" {>= "2.8"}
+ "dune" {>= "3.0"}
11
"ocaml" {>= "4.14.0"}
12
"cmdliner" {>= "1.1.0"}
13
"re" {>= "1.0.0"}
doi2bib.opam
@@ -22,7 +22,7 @@ build: [
22
]
23
dev-repo: "git+https://github.com/mseri/doi2bib.git"
24
25
26
"ocaml" {>= "4.08"}
27
"bibfmt" {= version}
28
"astring" {>= "0.8.0"}
dune-project
@@ -1,4 +1,4 @@
1
-(lang dune 2.8)
+(lang dune 3.0)
2
3
(name doi2bib)
4
0 commit comments