1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/lang/klone/pkg-descr
Martin Wilke a25ac4de1f - Update MASTER_SITES and WWW: line
- Drop MD5 support

PR:		155815
Submitted by:	Ports Fury
2011-03-25 11:59:01 +00:00

10 lines
513 B
Plaintext

KLONE is a small and fast fully interpreted language intended to be
embedded into C applications to provide them with a powerful, yet fast
and small extension language. Its syntax is very inspired from Lisp (its
external syntax has been kept as close as possible to Common Lisp as
possible), but its implementation is original and efficient, to give full
extensibility, intimate interfacing to C, incremental garbage collection,
and full portability on either K&R or ANSI C.
WWW: http://old.koalateam.com/klone/