this repo has no description

Apply suggestions from code review

Kate bce32884 76c877ef

Changed files
+4 -1
packages
calculon
calculon.0.8
+4 -1
packages/calculon/calculon.0.8/opam
···
"sqlite3" {>= "5.0.0"}
"logs" {>= "0.5.0"}
"yojson" { >= "1.7" }
-
"containers" { >= "3.0" & < "4.0" }
"ptime"
"stringext"
"re" { >= "1.7.2" & < "2.0" }
···
]
depopts: [
"iter"
]
tags: [ "irc" "bot" "factoids" ]
homepage: "https://github.com/c-cube/calculon"
···
"sqlite3" {>= "5.0.0"}
"logs" {>= "0.5.0"}
"yojson" { >= "1.7" }
+
"containers" { >= "3.6" & < "4.0" }
"ptime"
"stringext"
"re" { >= "1.7.2" & < "2.0" }
···
]
depopts: [
"iter"
+
]
+
conflicts: [
+
"result" {< "1.5"}
]
tags: [ "irc" "bot" "factoids" ]
homepage: "https://github.com/c-cube/calculon"