bson
bson copied to clipboard
Error installing with opam
Hi, I'm trying to install this module with opam, since it's required by this The error is as follows:
[ERROR] The compilation of bson failed at "ocaml setup.ml -configure --disable-syntax --disable-client --prefix /home/federico/.opam/4.06.0".
Processing 1/1: [bson: ocamlfind remove]
#=== ERROR while installing bson.0.89.3 =======================================#
# opam-version 1.2.2
# os linux
# command ocaml setup.ml -configure --disable-syntax --disable-client --prefix /home/federico/.opam/4.06.0
# path /home/federico/.opam/4.06.0/build/bson.0.89.3
# compiler 4.06.0
# exit-code 2
# env-file /home/federico/.opam/4.06.0/build/bson.0.89.3/bson-1749-1872ec.env
# stdout-file /home/federico/.opam/4.06.0/build/bson.0.89.3/bson-1749-1872ec.out
# stderr-file /home/federico/.opam/4.06.0/build/bson.0.89.3/bson-1749-1872ec.err
### stderr ###
# File "./setup.ml", line 247, characters 8-26:
# Warning 3: deprecated: String.set
# Use Bytes.set instead.
# File "./setup.ml", line 247, characters 8-11:
# Error: This expression has type string but an expression was expected of type
# bytes
Any clue about how to install it?
This is fixed in master, let's ping @MassD to ask for a new release.
Pinging @MassD.