summaryrefslogtreecommitdiff
path: root/dev-libs/wiringPi/metadata.xml
blob: 3b0bb37f02b4a42e4da09401532616f423680b4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
		<email>ctibor@brnacik.cz</email>
		<name>Ctibor Brančík</name>
</maintainer>
<upstream>
		<maintainer status="active">
				<name>Gordon Henderson</name>
		</maintainer>
</upstream>
<longdescription>
		WiringPi is a PIN based GPIO access library written in C
		for the BCM2835 used in the Raspberry Pi (1, 2 and 3).
		It’s designed to be familiar to people who have used the
		Arduino “wiring” system.

		A main library, devices library and utility app are included.

		You need to uncomment the relevant features in config.txt to use
		this package (for example, "dtparam=spi=on").

		NB: please note that Gentoo is treated as an unsupported platform
		by upstream; any bug reports sent there will be rejected.
</longdescription>
</pkgmetadata>