this repo has no description

`camltc` requires Logs_lwt which only exists since 0.5.0

Changed files
+1 -1
packages
camltc
camltc.0.9.8
+1 -1
packages/camltc/camltc.0.9.8/opam
···
"ocaml" {> "4.02.3"}
"dune" {>= "1.1.0"}
"lwt" {>= "3.2.0"}
-
"logs"
"ounit" {with-test}
]
patches: "osx.patch" {os = "macos"}
···
"ocaml" {> "4.02.3"}
"dune" {>= "1.1.0"}
"lwt" {>= "3.2.0"}
+
"logs" {>= "0.5.0"}
"ounit" {with-test}
]
patches: "osx.patch" {os = "macos"}