We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826a978 commit bcc701eCopy full SHA for bcc701e
logs.opam
@@ -35,18 +35,16 @@ bug-reports: "https://github.com/dbuenzli/logs/issues"
35
depends: [
36
"ocaml" {>= "4.14.0"}
37
"lwt"
38
- "fmt"
39
- "cmdliner"
+ "fmt" {>= "0.9.0"}
+ "cmdliner" {>= "1.3.0"}
40
"dune"
41
"mtime" {with-test}
42
]
43
depopts: [
44
"js_of_ocaml"
45
46
conflicts: [
47
- "cmdliner" {< "1.3.0"}
48
"js_of_ocaml-compiler" {< "5.5.0"}
49
- "fmt" {< "0.9.0"}
50
51
build: [[ "dune" "build" "-p" name ]]
52
dev-repo: "git+https://github.com/dune-universe/logs.git"
src/dune
@@ -1,7 +1,6 @@
1
(library
2
(name logs)
3
(public_name logs)
4
- (libraries result)
5
(modules logs)
6
(flags :standard -w -27 -safe-string)
7
(wrapped false))
0 commit comments