mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-23 15:37:58 +02:00
22 lines
957 B
XML
22 lines
957 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>ml@gentoo.org</email>
|
|
<name>ML</name>
|
|
</maintainer>
|
|
<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>
|
|
<bugs-to>https://github.com/dbuenzli/react/issues/</bugs-to>
|
|
<remote-id type="github">dbuenzli/react</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|