Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```