summaryrefslogtreecommitdiff
blob: a57621416f98a1f18950cb8127547559bdaee098 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>crypto@gentoo.org</email>
		<name>Crypto</name>
	</maintainer>
	<longdescription>
    Library implementing a small layer on top of PKCS#11 API to make
    using PKCS#11 implementations easier.
  </longdescription>
	<use>
		<flag name="doc">
      Generate and install API documentation for the package.
    </flag>
	</use>
	<upstream>
		<remote-id type="github">opensc/libp11</remote-id>
		<remote-id type="sourceforge">opensc</remote-id>
	</upstream>
</pkgmetadata>