blob: a8d404cae2938c8f1429b7765df3eff0abee6730 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>java@gentoo.org</email>
<name>Java</name>
</maintainer>
<longdescription>
Rhino is an implementation of JavaScript written entirely in Java.
It is typically embedded into Java applications to provide scripting
to end users.
</longdescription>
<upstream>
<changelog>https://github.com/mozilla/rhino/blob/master/RELEASE-NOTES.md</changelog>
<bugs-to>https://github.com/mozilla/rhino/issues</bugs-to>
</upstream>
<origin>srcux</origin>
</pkgmetadata>
|