forked from gentoo/sci
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.xml
More file actions
23 lines (23 loc) · 974 Bytes
/
Copy pathmetadata.xml
File metadata and controls
23 lines (23 loc) · 974 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@aisha.cc</email>
<name>Aisha Tammy</name>
</maintainer>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<longdescription>
Forthon generates links between Fortran95 and Python. Python is a high
level, object oriented, interactive and scripting language that allows
a flexible and versatile interface to computational tools. The Forthon
package generates the necessary wrapping code which allows access to
the Fortran database and to the Fortran subroutines and
functions. This provides a development package where the
computationally intensive parts of a code can be written in efficient
Fortran, and the high level controlling code can be written in the
much more versatile Python language.
</longdescription>
</pkgmetadata>