this repo has no description

molenc.5.0.0 added batteries lower bound (#22285)

* molenc.5.0.0 added batteries lower bound

apparently, this is the only constraint I need to add so this compiles w/ ocaml-4.04.0.
The lbound was found by hand; which is quite boring and time consuming to do.

* Update packages/molenc/molenc.5.0.0/opam

* molenc: add bounds on parmap

```

#=== ERROR while compiling molenc.5.0.0 =======================================#
# context 2.2.0~alpha~dev | linux/x86_64 | ocaml-base-compiler.4.04.2 | pinned(https://github.com/UnixJunkie/molenc/archive/v5.0.0.tar.gz)
# path ~/.opam/4.04/.opam-switch/build/molenc.5.0.0
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p molenc -j 31
# exit-code 1
# env-file ~/.opam/log/molenc-7-8a81b4.env
# output-file ~/.opam/log/molenc-7-8a81b4.out
### output ###
# File "/home/opam/.opam/4.04/lib/bst/bst.dune", line 1, characters 0-0:
# Warning: .dune files are ignored since 2.0. Reinstall the library with dune
# >= 2.0 to get rid of this warning and enable support for the subsystem this
# library provides.
# ocamlc src/.encoder.eobjs/byte/butina.{cmi,cmo,cmt} (exit 2)
# (cd _build/default && /home/opam/.opam/4.04/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.encoder.eobjs/byte -I /home/opam/.opam/4.04/lib/batteries -I /home/opam/.opam/4.04/lib/bst -I /home/opam/.opam/4.04/lib/bytes -I /home/opam/.opam/4.04/lib/dolog -I /home/opam/.opam/4.04/lib/minicli -I /home/opam/.opam/4.04/lib/num -I /home/opam/.opam/4.04/lib/ocaml/threads -I /home/opam/.opam/4.04/lib/parmap -I src/.molenc.objs/byte -I src/.molenc.objs/native -no-alias-deps -o src/.encoder.eobjs/byte/butina.cmo -c -impl src/butina.ml)
# File "src/butina.ml", line 70, characters 4-17:
# Error: This function has type ('a -> 'b) -> 'a list -> ?ncores:int -> 'b list
# It is applied to too many arguments; maybe you forgot a `;'.
```

* Update packages/molenc/molenc.5.0.0/opam

Co-authored-by: Marcello Seri <mseri@users.noreply.github.com>

Changed files
+3 -3
packages
molenc
molenc.5.0.0
+3 -3
packages/molenc/molenc.5.0.0/opam
···
depends: [
"bst" {>= "2.0.0"}
"dune" {>= "1.11"}
-
"batteries"
+
"batteries" {>= "2.9.0"}
"dolog" {>= "4.0.0" & < "5.0.0"}
-
"minicli"
+
"minicli" {>= "5.0.0"}
"conf-rdkit"
"conf-python-3"
"ocaml" {>= "4.04.0"}
-
"parmap"
+
"parmap" {>= "0.9.8"}
]
synopsis: "Molecular encoder/featurizer using rdkit and OCaml"
description: """Chemical fingerprints are lossy encodings of molecules.