François Bérenger

Results 238 issues of François Bérenger

**Describe the bug** There might have been some code refactoring implicating the (former?) Standardizer module. But, a script that was relying on it has not been updated. **To Reproduce** ```bash...

bug
stale

a la 'split -n '

feature
prio 02

Do not take into account duplicated names in the names file. But still output molecules in the order requested.

feature

Hello, I have a prototype there: https://github.com/UnixJunkie/opmer Be careful, it is not yet super fast and it might very well contain bugs. Here is a usage example with two opam-repository...

AREA: PERFORMANCE

currently, the opam package depends on conf-liblz4; which will not work if not installed system-wide. Several packages in opam ship the single library that they need. One example is the...

Hello, In the stdlib there is: val input_line Stdlib.in_channel -> string If camlzip was exposing: val input_line Gzip.in_channel -> string It would make easier having programs that accept both type...