mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
Signed-off-by: Thamognya Kodi <contact@thamognya.com> Closes: https://github.com/gentoo/gentoo/pull/25668 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
24 lines
1.0 KiB
XML
24 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person" proxied="yes">
|
|
<name>Thamognya Kodi</name>
|
|
<email>contact@thamognya.com</email>
|
|
</maintainer>
|
|
<maintainer type="project" proxied="proxy">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</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>
|
|
<remote-id type="github">dbuenzli/react</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|