this repo has no description

Fix learn-ocaml pkg deps as well w.r.t. lower-bounds test

Changed files
+4 -1
packages
learn-ocaml
learn-ocaml.1.0.0
+4 -1
packages/learn-ocaml/learn-ocaml.1.0.0/opam
···
"digestif" {>= "0.7.1"}
"dune" {>= "2.3.0"}
"easy-format" {>= "1.3.0"}
-
"ezjsonm"
+
"ezjsonm" {>= 1.3.0}
"ipaddr" {= "2.9.0"}
"js_of_ocaml" {>= "3.3.0" & != "3.10.0"}
"js_of_ocaml-compiler" {>= "3.3.0"}
···
["cp" "-r" "demo-repository" "%{_:share}%/repository"]
]
dev-repo: "git+https://github.com/ocaml-sf/learn-ocaml"
+
conflicts: [
+
"result" {< "1.5"}
+
]
url {
src:
"https://github.com/ocaml-sf/learn-ocaml/archive/refs/tags/v1.0.0.tar.gz"