this repo has no description

package lem is not compatible with ocaml5

Changed files
+1 -1
packages
lem
lem.2020-06-03
+1 -1
packages/lem/lem.2020-06-03/opam
···
install: [make "INSTALL_DIR=%{prefix}%" "install"]
remove: [make "INSTALL_DIR=%{prefix}%" "uninstall"]
depends: [
-
"ocaml" {>= "4.02.3"}
+
"ocaml" {>= "4.02.3" & < "5.0"}
"ocamlfind" {build & >= "1.5.1"}
"ocamlbuild" {build}
"conf-findutils" {build}