Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 23 days 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 (over 8 years ago)
- Default Branch: main
- Last Pushed: 2021-04-04T14:28:48.000Z (over 3 years ago)
- Last Synced: 2024-05-21T12:11:34.397Z (6 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
[![Build Status,](https://img.shields.io/travis/jsmaniac/phc-toolkit/main.svg)](https://travis-ci.org/jsmaniac/phc-toolkit)
[![Coverage Status,](https://img.shields.io/codecov/c/github/jsmaniac/phc-toolkit/main.svg)](https://codecov.io/gh/jsmaniac/phc-toolkit)
[![Build Stats,](https://img.shields.io/badge/build-stats-blue.svg)](http://jsmaniac.github.io/travis-stats/#jsmaniac/phc-toolkit)
[![Maintained as of 2018,](https://img.shields.io/maintenance/yes/2018.svg)](https://github.com/jsmaniac/phc-toolkit/issues)
[![Online Documentation.](https://img.shields.io/badge/docs-online-blue.svg)](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
```