Page MenuHomeSoftware Heritage
Paste P912

Command-Line Input
ActivePublic

Authored by olasd on Dec 30 2020, 1:40 PM.
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom"
xmlns:codemeta="https://doi.org/10.5063/SCHEMA/CODEMETA-2.0"
xmlns:swh="https://www.softwareheritage.org/schema/2018/deposit">
<title>GNU Hello</title>
<id>hello-2.10</id>
<codemeta:url>https://www.gnu.org/software/hello/</codemeta:url>
<codemeta:applicationCategory>test</codemeta:applicationCategory>
<codemeta:keywords>Hello World</codemeta:keywords>
<codemeta:description>The GNU Hello program produces a familiar, friendly greeting. Yes, this is another implementation of the classic program that prints “Hello, world!” when you run it.</codemeta:description>
<codemeta:version>2.10</codemeta:version>
<codemeta:runtimePlatform>GNU</codemeta:runtimePlatform>
<codemeta:developmentStatus>stable</codemeta:developmentStatus>
<codemeta:programmingLanguage>C</codemeta:programmingLanguage>
<codemeta:license>
<codemeta:name>GNU General Public License</codemeta:name>
</codemeta:license>
<author>
<name>GNU Project</name>
<email>bug-hello@gnu.org</email>
</author>
<codemeta:author>
<codemeta:name>GNU Project</codemeta:name>
</codemeta:author>
<swh:deposit>
<swh:create_origin>
<swh:origin url="https://www.gnu.org/software/hello/" />
</swh:create_origin>
</swh:deposit>
</entry>