summaryrefslogtreecommitdiff
blob: aeba1dc89efa916eaec193d72bf90d4ea9032753 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>chutzpah@gentoo.org</email>
		<name>Patrick McLean</name>
	</maintainer>
	<longdescription lang="en">
ctypes.sh is a bash plugin that provides a foreign function interface directly
in your shell. In other words, it allows you to call routines in shared
libraries from within bash.
	</longdescription>
	<upstream>
		<remote-id type="github">taviso/ctypes.sh</remote-id>
	</upstream>
</pkgmetadata>