Skip to content

Commit 64a8f5d

Browse files
authored
Apply suggestions from code review
1 parent 1c8d571 commit 64a8f5d

File tree

5 files changed

+6
-0
lines changed
  • packages/doi2bib

5 files changed

+6
-0
lines changed

packages/doi2bib/doi2bib.0.1.4/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ depends: [
1313
"clap" {>= "0.1.0"}
1414
"ezxmlm" {>= "1.1.0"}
1515
"lwt_ppx" {>= "2.0.0"}
16+
"lwt" {>= "5.3.0"}
1617
("tls" {>= "0.12.0" & < "0.16"} | "tls-lwt")
1718
]
1819
build: [

packages/doi2bib/doi2bib.0.2.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ depends: [
1212
"cohttp-lwt-unix" {>= "2.5.0"}
1313
"clap" {>= "0.1.0"}
1414
"ezxmlm" {>= "1.1.0"}
15+
"lwt" {>= "5.3.0"}
1516
("tls" {>= "0.12.0" & < "0.16"} | "tls-lwt")
1617
]
1718
build: [

packages/doi2bib/doi2bib.0.3.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ depends: [
1313
"cohttp-lwt-unix" {>= "2.5.0"}
1414
"cmdliner" {>= "1.0.0"}
1515
"ezxmlm" {>= "1.1.0"}
16+
"lwt" {>= "5.3.0"}
1617
("tls" {>= "0.12.0" & < "0.16"} | "tls-lwt")
1718
"odoc" {with-doc}
1819
]

packages/doi2bib/doi2bib.0.3.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ depends: [
1313
"cohttp-lwt-unix" {>= "2.5.0"}
1414
"cmdliner" {>= "1.0.0"}
1515
"ezxmlm" {>= "1.1.0"}
16+
"lwt" {>= "5.3.0"}
1617
("tls" {>= "0.12.0" & < "0.16"} | "tls-lwt")
1718
"odoc" {with-doc}
1819
]

packages/doi2bib/doi2bib.0.4.0/opam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ depends: [
1414
"cmdliner" {>= "1.0.0"}
1515
"decompress" {>= "1.3.0"}
1616
"ezxmlm" {>= "1.1.0"}
17+
"lwt" {>= "5.3.0"}
18+
"bigstringaf" {>= "0.2.0"}
1719
("tls" {>= "0.12.0" & < "0.16"} | "tls-lwt")
1820
"odoc" {with-doc}
1921
]

0 commit comments

Comments
 (0)