Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.15 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.15 KB

Thicket Core Library

One core library dedicated to the Thicket language.

Project construction

The following command build, test and intall the package in the user local repository i.e. ~/.thicket/site directory on unix based system.

> ls
LICENSE         bin         package-test.pkt    src
README.md       obj         package.pkt

> $THICKET_HOME/bin/thicket project install
...

License

Copyright (C)2015 D. Plaindoux.

This program 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 2, or (at your option) any later version.

This program 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 program; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.