Skip to content

Commit

Permalink
upstream opam fixes from @kit-ty-kate
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Jul 13, 2022
1 parent 3a86798 commit be320e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion calculon-web.opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors: ["Armael" "Enjolras" "c-cube"]
maintainer: "c-cube"
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "build" "@doc" "-p" name ] {with-doc}
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
Expand Down
9 changes: 6 additions & 3 deletions calculon.opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors: ["Armael" "Enjolras" "c-cube"]
maintainer: "c-cube"
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "build" "@doc" "-p" name] {with-doc}
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
Expand All @@ -17,10 +17,10 @@ depends: [
"irc-client" { >= "0.7.0"}
"irc-client-lwt"
"irc-client-lwt-ssl"
"sqlite3"
"sqlite3" { >= "5.0.0" }
"logs" {>= "0.5.0"}
"yojson" { >= "1.7" }
"containers" { >= "3.0" & < "4.0" }
"containers" { >= "3.6" & < "4.0" }
"ptime"
"stringext"
"re" { >= "1.7.2" & < "2.0" }
Expand All @@ -30,6 +30,9 @@ depends: [
depopts: [
"iter"
]
conflicts: [
"result" { < "1.5" }
]
tags: [ "irc" "bot" "factoids" ]
homepage: "https://github.com/c-cube/calculon"
bug-reports: "https://github.com/c-cube/calculon/issues"
Expand Down

0 comments on commit be320e2

Please sign in to comment.