summaryrefslogtreecommitdiff
path: root/util/sidparse.ml
Commit message (Collapse)AuthorAgeFilesLines
* sidparse: flush linewise when run interactivelyPhilipp Gesang2018-12-091-1/+4
| | | | | Provide immediate feedback on stdout when running in an interactive terminal the assumption being we’re dealing with a human.
* add linking exception to licensePhilipp Gesang2018-11-031-1/+1
|
* sid: sid_test: move conversion functions to resultPhilipp Gesang2018-10-301-2/+3
| | | | | | Get rid of all “StringFmt” APIs involving exceptions. There is now only the “decode” function which returns a result type.
* add readme and license textPhilipp Gesang2018-10-301-0/+2
|
* util/sidparse: add cli SID utilityPhilipp Gesang2018-10-281-0/+135