samoht / assemblage

A collection of tools to manage the configuration of OCaml projects
54 stars 4 forks source link

Remove cmdliner dependency of the core API. #128

Closed dbuenzli closed 9 years ago

dbuenzli commented 9 years ago

It doesn't show up in the API, it's only used internally in the As_conf module because I use the same type for configuration value converters and I was too lazy to copy/paste/recode a few basic converters.

This way potential drivers that don't want to use the assemblage's driver helper API don't need to link against cmdliner.

dbuenzli commented 9 years ago

Fixed by https://github.com/samoht/assemblage/commit/d4b98f2713a6a8abc727cb3ed838456448d9b77c.