mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
18 lines
667 B
XML
18 lines
667 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>torokhov-s-a@yandex.ru</email>
|
|
<name>Sergey Torokhov</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
Fypp is a Python powered preprocessor.
|
|
It can be used for any programming languages but its primary aim is to offer a Fortran preprocessor,
|
|
which helps to extend Fortran with condititional compiling and template metaprogramming capabilities.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="pypi">fypp</remote-id>
|
|
<remote-id type="github">aradi/fypp</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|