Move getopts out of extra

This commit is contained in:
Arcterus 2014-02-02 15:20:32 -08:00
parent f039d10cf7
commit 9752c63035
13 changed files with 43 additions and 34 deletions

View file

@ -39,6 +39,7 @@ li {list-style-type: none; }
* [The `arena` allocation library](arena/index.html)
* [The `flate` compression library](flate/index.html)
* [The `getopts` argument parsing library](getopts/index.html)
* [The `glob` file path matching library](glob/index.html)
* [The `semver` version collation library](semver/index.html)
* [The `serialize` value encoding/decoding library](serialize/index.html)