summaryrefslogtreecommitdiff
path: root/dev-ml/react
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-11-25 23:30:17 +0100
committerDavid Seifert <soap@gentoo.org>2017-11-26 12:30:30 +0100
commit8774e2e2ec619b216633d22072564cab6d688e61 (patch)
treeecb500e819004dbbfa843acc5c689ad7acaa3809 /dev-ml/react
parent2fe12a1de4f57222e40e161a9311f404182fc460 (diff)
downloadgentoo-8774e2e2ec619b216633d22072564cab6d688e61.tar.gz
gentoo-8774e2e2ec619b216633d22072564cab6d688e61.tar.xz
dev-ml/react: [QA] Consistent whitespace in metadata.xml
Diffstat (limited to 'dev-ml/react')
-rw-r--r--dev-ml/react/metadata.xml36
1 files changed, 18 insertions, 18 deletions
diff --git a/dev-ml/react/metadata.xml b/dev-ml/react/metadata.xml
index 1e1dddccbb7..230ed537ef5 100644
--- a/dev-ml/react/metadata.xml
+++ b/dev-ml/react/metadata.xml
@@ -1,23 +1,23 @@
-<?xml version='1.0' encoding='UTF-8'?>
+<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>ml@gentoo.org</email>
- <name>Gentoo ML Project</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.
+ <maintainer type="project">
+ <email>ml@gentoo.org</email>
+ <name>Gentoo ML Project</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.
+ 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>
+ 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>