Open
Description
I have an issue when installing the package base58
(already mentioned in this closed issue: #14274)
When I do opam list base58
, I get:
# Packages matching: name-match(base58) & (installed | available)
# Package # Installed # Synopsis
base58.0.1.0 0.1.0 Base58 encoding and decoding
base58.0.1.2 0.1.0 Base58 encoding and decoding
However the two listed versions come from different projects:
base58.0.1.0
installs this project: https://github.com/mransan/base58base58.0.1.2
installs this project: https://github.com/sylvarant/base58
It seems that the first project (0.1.0
) is more usable (allows to encode strings while the second one only allows to encode ints and bit ints), sadly, this version being the lowest, it is automatically replaced.