mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 14:03:33 -04:00
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Maciej Barć <xgqt@riseup.net>
19 lines
759 B
XML
19 lines
759 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>xgqt@riseup.net</email>
|
|
<name>Maciej Barć</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
Owl Lisp is a simple programming language. The main motivation for
|
|
writing it was to get a portable system for writing standalone
|
|
programs in a subjectively pleasant dialect of LISP, which in this
|
|
case means a minimal core language and runtime, purely functional
|
|
operation and support for asynchronous evaluation.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="gitlab">owl-lisp/owl</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|