README.md (1129B)
1 [](https://travis-ci.org/jsmaniac/phc-toolkit) 2 [](https://codecov.io/gh/jsmaniac/phc-toolkit) 3 [](http://jsmaniac.github.io/travis-stats/#jsmaniac/phc-toolkit) 4 [](https://github.com/jsmaniac/phc-toolkit/issues) 5 [](http://docs.racket-lang.org/phc-toolkit/) 6 7 phc-toolkit 8 =========== 9 10 This is a collection of minor addendums to Racket and Typed/Racket's 11 standard libraries. It is used by the jsmaniac/phc project. 12 13 Although most functions are unlikely to change, this library should 14 not be considered stable. Some functions need an overhaul, and the 15 typed/untyped mechanism used to provide both a typed and an untyped 16 version of each file might change in the future. 17 18 Installation 19 ------------ 20 21 ``` 22 raco pkg install --deps search-auto phc-toolkit 23 ```