https://github.com/suzannesoy/phc-toolkit
Racket toolkit used for the phc project. Unstable.
https://github.com/suzannesoy/phc-toolkit
racket-library toolkit
Last synced: 4 months ago
JSON representation
Racket toolkit used for the phc project. Unstable.
- Host: GitHub
- URL: https://github.com/suzannesoy/phc-toolkit
- Owner: SuzanneSoy
- License: other
- Created: 2016-04-04T20:11:24.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2021-04-04T14:28:48.000Z (about 5 years ago)
- Last Synced: 2025-08-17T10:39:14.982Z (10 months ago)
- Topics: racket-library, toolkit
- Language: Racket
- Homepage: http://docs.racket-lang.org/phc-toolkit/
- Size: 140 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/jsmaniac/phc-toolkit)
[](https://codecov.io/gh/jsmaniac/phc-toolkit)
[](http://jsmaniac.github.io/travis-stats/#jsmaniac/phc-toolkit)
[](https://github.com/jsmaniac/phc-toolkit/issues)
[](http://docs.racket-lang.org/phc-toolkit/)
phc-toolkit
===========
This is a collection of minor addendums to Racket and Typed/Racket's
standard libraries. It is used by the jsmaniac/phc project.
Although most functions are unlikely to change, this library should
not be considered stable. Some functions need an overhaul, and the
typed/untyped mechanism used to provide both a typed and an untyped
version of each file might change in the future.
Installation
------------
```
raco pkg install --deps search-auto phc-toolkit
```