Skip to content

Commit bcc701e

Browse files
hannesmFirobe
authored andcommitted
remove result dependency
1 parent 826a978 commit bcc701e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

logs.opam

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,16 @@ bug-reports: "https://github.com/dbuenzli/logs/issues"
3535
depends: [
3636
"ocaml" {>= "4.14.0"}
3737
"lwt"
38-
"fmt"
39-
"cmdliner"
38+
"fmt" {>= "0.9.0"}
39+
"cmdliner" {>= "1.3.0"}
4040
"dune"
4141
"mtime" {with-test}
4242
]
4343
depopts: [
4444
"js_of_ocaml"
4545
]
4646
conflicts: [
47-
"cmdliner" {< "1.3.0"}
4847
"js_of_ocaml-compiler" {< "5.5.0"}
49-
"fmt" {< "0.9.0"}
5048
]
5149
build: [[ "dune" "build" "-p" name ]]
5250
dev-repo: "git+https://github.com/dune-universe/logs.git"

src/dune

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
(library
22
(name logs)
33
(public_name logs)
4-
(libraries result)
54
(modules logs)
65
(flags :standard -w -27 -safe-string)
76
(wrapped false))

0 commit comments

Comments
 (0)