summaryrefslogtreecommitdiff
path: root/dev-ml/react/metadata.xml
blob: 3c37916c1e83c39c8e504ff147a576e086a7b483 (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-needed -->
	<longdescription lang="en">
		React is an OCaml module for functional reactive programming (FRP). It
		provides support to program with time varying values : applicative
		events and signals. React doesn't define any primitive event or
		signal, this lets the client chooses the concrete timeline.

		React is made of a single, independent, module and distributed under
		the new BSD license.

		Given an absolute notion of time Rtime helps you to manage a timeline
		and provides time stamp events, delayed events and delayed signals.
	</longdescription>
	<upstream>
		<remote-id type="github">dbuenzli/react</remote-id>
	</upstream>
	<origin>gentoo-staging</origin>
</pkgmetadata>