aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Readconfig.mli
Commit message (Collapse)AuthorAgeFilesLines
* Use the LGPL instead of the GPL for dual-licensed filesXavier Leroy2021-05-081-4/+5
| | | | | | The GPL makes sense for whole applications, but the dual-licensed Coq and OCaml files are more like libraries to be combined with other code, so the LGPL is more appropriate.
* Use Unix.create_process instead of Sys.command to run external tools.Xavier Leroy2014-12-191-0/+39
Revised parsing of compcert.ini file to split arguments into words like POSIX shell does (including quotes).