www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

README.md (1129B)


      1 [![Build Status,](https://img.shields.io/travis/jsmaniac/phc-toolkit/main.svg)](https://travis-ci.org/jsmaniac/phc-toolkit)
      2 [![Coverage Status,](https://img.shields.io/codecov/c/github/jsmaniac/phc-toolkit/main.svg)](https://codecov.io/gh/jsmaniac/phc-toolkit)
      3 [![Build Stats,](https://img.shields.io/badge/build-stats-blue.svg)](http://jsmaniac.github.io/travis-stats/#jsmaniac/phc-toolkit)
      4 [![Maintained as of 2018,](https://img.shields.io/maintenance/yes/2018.svg)](https://github.com/jsmaniac/phc-toolkit/issues)
      5 [![Online Documentation.](https://img.shields.io/badge/docs-online-blue.svg)](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 ```