Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/takikawa/pprint.plt
- Owner: takikawa
- License: lgpl-3.0
- Created: 2016-02-22T01:28:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-09T19:58:20.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T03:08:50.547Z (18 days ago)
- Topics: racket
- Language: Racket
- Size: 61.5 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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