Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/takikawa/pprint.plt

Pretty printing library for Racket developed by Dave Herman
https://github.com/takikawa/pprint.plt

racket

Last synced: 10 days ago
JSON representation

Pretty printing library for Racket developed by Dave Herman

Awesome Lists containing this project

README

        

pprint.plt
----------

[![Scribble](https://img.shields.io/badge/Docs-Scribble-blue.svg)](http://docs.racket-lang.org/pprint/index.html)

This is a pretty printing library for Racket developed by Dave Herman.
The original library is available on
[PLaneT](http://planet.racket-lang.org/display.ss?package=pprint.plt&owner=dherman).

The library is released under the LGPLv3 license.

---

Copyright (C) 2005 - 2008 David Herman

Copyright (C) 2016 Asumu Takikawa

Portions based on PPrint.hs - a pretty-printer for Haskell
Copyright 2000, Daan Leijen. All rights reserved.
See COPYING.HASKELL for accompanying license.

Portions based on pprint.m - a pretty-printer for Mercury
Copyright (C) 2000-2002 The University of Melbourne
Written by Ralph Becket
See COPYING for accompanying license.

This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 3 of the License, or (at
your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
License for more details.

You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA