samoht / assemblage

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

Setup, build and tweak multiple co-existing configurations #145

Closed dbuenzli closed 4 years ago

dbuenzli commented 9 years ago

The default driver should be able to setup, build and tweak multiple configurations without having to restart from scratch when switching from one to the other or changing the value of a configuration key.

The operating mode of tup seems a great inspiration.