blob: 737d4f986f5192b0ec634982604687df9423a1b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>dotnet@gentoo.org</email>
<name>Gentoo Dotnet Project</name>
</maintainer>
<longdescription>
clr_loader provides a unified way to load one of the CLR (.NET) runtime
implementations (.NET Framework, .NET (Core) or Mono), load assemblies, and
call very simple functions.
</longdescription>
<upstream>
<bugs-to>https://github.com/pythonnet/clr-loader/issues/</bugs-to>
</upstream>
<origin>srcux</origin>
</pkgmetadata>
|