Updated readme
Getty Ritter
9 years ago
13 | 13 | A single RSAPair executable that produces a hex-encoded public/private key |
14 | 14 | pair on stdout. In Haskell; cabalized. |
15 | 15 | |
16 |
|
|
16 | escaped-string/ | |
17 | 17 | ----------- |
18 | 18 | |
19 | 19 | Reads in stdin and produces an escaped string on stdout with surrounding |
20 | quotation marks, in particular by converting it to a JSON string and emitting | |
21 | it. In Haskell; cabalized. | |
22 | ||
23 | YAMLize/ | |
24 | -------- | |
25 | ||
26 | Two programs, one ToYAML which converts JSON on stdin to YAML on stdout, and | |
27 | one FromYAML, which goes vice versa. May not round-trip correctly because of | |
28 | the semantics of the GHC Yaml library. In Haskell; cabalized. | |
20 | quotation marks, attempting to make it a valid JSON string. In C; has | |
21 | Makefile. | |
29 | 22 | |
30 | 23 | expseq/ |
31 | 24 | ------- |