blob: ea76f6e0c5121b7268c6e728c2d1aefc16b0a771 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>dotnet@gentoo.org</email>
<name>Gentoo Dotnet Project</name>
</maintainer>
<longdescription>
Python.NET is a package that gives Python programmers nearly seamless
integration with the .NET Common Language Runtime (CLR) and provides a
powerful application scripting tool for .NET developers. It allows Python
code to interact with the CLR, and may also be used to embed Python into a
.NET application.
</longdescription>
<upstream>
<bugs-to>https://github.com/pythonnet/pythonnet/issues/</bugs-to>
</upstream>
<origin>gentoo-staging</origin>
</pkgmetadata>
|