mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
e64915f51a
- Change MASTER_SITES, as 16.1.3 is not available on SourceForge. - Rename the CLX option to X11, consistent with FreeBSD's standards and with the fact that the option into the configure script from ecl is now --with-x. - Strip libecl.so.${PORTVERSION}. PR: 232615 Approved by: olgeni (maintainer timeout, 16 months), gerald (mentor)
7 lines
307 B
Plaintext
7 lines
307 B
Plaintext
ECL (Embeddable Common-Lisp) is an interpreter of the Common-Lisp
|
|
language as described in the X3J13 ANSI specification, featuring CLOS
|
|
(Common-Lisp Object System), conditions, loops, etc, plus a translator
|
|
to C, which can produce standalone executables.
|
|
|
|
WWW: https://common-lisp.net/project/ecl/main.html
|