blob: aaa2221a6bd0d39c0c6840c9888785b03b99b5f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>gnu-emacs@gentoo.org</email>
<name>Gentoo GNU Emacs project</name>
</maintainer>
<longdescription>
Reazon is an Emacs implementation of miniKanren, a small domain-specific
logic programming language. Whereas languages like Elisp deal with
functions that take inputs and yield outputs, miniKanren deals with sets of
values that satisfy relations. Every function is a relation, but not vice
versa, since a relation might include the output of a function but not its
inputs. In such a case, miniKanren would attempt to find inputs yielding
the output, effectively running the function backwards.
</longdescription>
<upstream>
<bugs-to>https://github.com/nickdrozd/reazon/issues/</bugs-to>
</upstream>
<origin>srcux</origin>
</pkgmetadata>
|