mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
@@ -1,4 +1,4 @@
|
||||
<?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>
|
||||
<herd>crypto</herd>
|
||||
@@ -14,5 +14,6 @@
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="sourceforge">pgpius</remote-id>
|
||||
<remote-id type="github">jaymzh/pius</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?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>
|
||||
<herd>haskell</herd>
|
||||
@@ -8,4 +8,7 @@
|
||||
<use>
|
||||
<flag name="network-uri">use network-uri package</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="github">ddssff/haskell-extra</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
<?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>
|
||||
<herd>haskell</herd>
|
||||
<longdescription>
|
||||
This package provides first class labels that can act as
|
||||
bidirectional record fields. The labels can be derived
|
||||
automatically using Template Haskell which means you don't have
|
||||
automatically using Template Haskell which means you don't have
|
||||
to write any boilerplate yourself. The labels are implemented as
|
||||
lenses and are fully composable. Labels can be used to /get/,
|
||||
/set/ and /modify/ parts of a datatype in a consistent way.
|
||||
|
||||
See "Data.Label" for an introductory explanation.
|
||||
See "Data.Label" for an introductory explanation.
|
||||
|
||||
Internally lenses are not tied to Haskell functions directly,
|
||||
but are implemented as arrows. Arrows allow the lenses to be run
|
||||
@@ -18,9 +18,12 @@
|
||||
make partial lenses that point to fields of multi-constructor
|
||||
datatypes in an elegant way.
|
||||
|
||||
See the "Data.Label.Maybe" module for the use of partial labels.
|
||||
See the "Data.Label.Maybe" module for the use of partial labels.
|
||||
|
||||
> 1.0.3 -> 1.0.4
|
||||
> - Bugfix to compile on GHC 6.12 again.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">sebastiaanvisser/fclabels</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -1,8 +1,11 @@
|
||||
<?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>
|
||||
<herd>haskell</herd>
|
||||
<longdescription>
|
||||
Scrap Your Boilerplate utilities for the GHC API.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">nominolo/ghc-syb</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?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>
|
||||
<herd>haskell</herd>
|
||||
@@ -10,4 +10,7 @@
|
||||
sink them through `IO` if you're logging in
|
||||
`(MonadIO m) => m`.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">phaazon/monad-journal</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?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>
|
||||
<herd>python</herd>
|
||||
@@ -24,4 +24,7 @@
|
||||
Faster hashing for token-aware routing
|
||||
</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="github">datastax/python-driver</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?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>
|
||||
<herd>python</herd>
|
||||
@@ -9,5 +9,6 @@
|
||||
which will slurp its arguments from the setup.cfg.</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="pypi">d2to1</remote-id>
|
||||
<remote-id type="github">embray/d2to1</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
<?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>
|
||||
<herd>python</herd>
|
||||
<upstream>
|
||||
<remote-id type="github">kennethreitz/dj-database-url</remote-id>
|
||||
<remote-id type="pypi">dj-database-url</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
<?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>
|
||||
<herd>python</herd>
|
||||
<upstream>
|
||||
<remote-id type="bitbucket">openpyxl/et_xmlfile</remote-id>
|
||||
<remote-id type="pypi">et_xmlfile</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?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>
|
||||
<herd>python</herd>
|
||||
@@ -7,5 +7,6 @@
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="pypi">Markdown</remote-id>
|
||||
<remote-id type="github">waylan/Python-Markdown</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
<?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>
|
||||
<herd>python</herd>
|
||||
<upstream>
|
||||
<remote-id type="github">countergram/pytidylib</remote-id>
|
||||
<remote-id type="pypi">pytidylib</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -5,4 +5,7 @@
|
||||
<maintainer>
|
||||
<email>mschiff@gentoo.org</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">alexdalitz/dnsruby</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?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>
|
||||
<herd>sci-geosciences</herd>
|
||||
@@ -8,8 +8,11 @@
|
||||
<name>Sam Jorna</name>
|
||||
<description>Proxy maintainer - assign bugs to him</description>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
<longdescription lang="en">
|
||||
An open-source utility for compressing LAS-stored LiDAR information in a
|
||||
lossless format.
|
||||
</longdescription>
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">LASzip/LASzip</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
<?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>
|
||||
<email>kensington@gentoo.org</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">manuelschneid3r/albert</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user