Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Gentoo
Haskell
Commits
aa19eeb1
Commit
aa19eeb1
authored
Jan 26, 2016
by
Vikraman Choudhury
Browse files
Update metadata.xml for GLEP 67
parent
0f2d68ee
Changes
1000
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
104 additions
and
44 deletions
+104
-44
app-vim/haskellindent/metadata.xml
app-vim/haskellindent/metadata.xml
+4
-1
app-vim/haskellmode/metadata.xml
app-vim/haskellmode/metadata.xml
+4
-1
dev-haskell/abstract-deque-tests/metadata.xml
dev-haskell/abstract-deque-tests/metadata.xml
+4
-1
dev-haskell/abstract-deque/metadata.xml
dev-haskell/abstract-deque/metadata.xml
+5
-2
dev-haskell/abstract-par/metadata.xml
dev-haskell/abstract-par/metadata.xml
+9
-6
dev-haskell/ac-angle/metadata.xml
dev-haskell/ac-angle/metadata.xml
+4
-1
dev-haskell/ac-vector-fancy/metadata.xml
dev-haskell/ac-vector-fancy/metadata.xml
+4
-1
dev-haskell/ac-vector/metadata.xml
dev-haskell/ac-vector/metadata.xml
+5
-2
dev-haskell/accelerate-cuda/metadata.xml
dev-haskell/accelerate-cuda/metadata.xml
+5
-2
dev-haskell/accelerate-fft/metadata.xml
dev-haskell/accelerate-fft/metadata.xml
+4
-1
dev-haskell/accelerate-io/metadata.xml
dev-haskell/accelerate-io/metadata.xml
+4
-1
dev-haskell/accelerate/metadata.xml
dev-haskell/accelerate/metadata.xml
+8
-5
dev-haskell/acid-state/metadata.xml
dev-haskell/acid-state/metadata.xml
+4
-1
dev-haskell/action-permutations/metadata.xml
dev-haskell/action-permutations/metadata.xml
+5
-2
dev-haskell/active/metadata.xml
dev-haskell/active/metadata.xml
+5
-2
dev-haskell/ad/metadata.xml
dev-haskell/ad/metadata.xml
+13
-10
dev-haskell/adjunctions/metadata.xml
dev-haskell/adjunctions/metadata.xml
+4
-1
dev-haskell/aes/metadata.xml
dev-haskell/aes/metadata.xml
+5
-2
dev-haskell/aeson-better-errors/metadata.xml
dev-haskell/aeson-better-errors/metadata.xml
+4
-1
dev-haskell/aeson-compat/metadata.xml
dev-haskell/aeson-compat/metadata.xml
+4
-1
No files found.
Too many changes to show.
To preserve performance only
1000 of 1000+
files are displayed.
Plain diff
Email patch
app-vim/haskellindent/metadata.xml
View file @
aa19eeb1
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<pkgmetadata>
<herd>
haskell
</herd>
<maintainer
type=
"project"
>
<email>
haskell@gentoo.org
</email>
<name>
Gentoo Haskell
</name>
</maintainer>
</pkgmetadata>
</pkgmetadata>
app-vim/haskellmode/metadata.xml
View file @
aa19eeb1
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<pkgmetadata>
<herd>
haskell
</herd>
<maintainer
type=
"project"
>
<email>
haskell@gentoo.org
</email>
<name>
Gentoo Haskell
</name>
</maintainer>
</pkgmetadata>
</pkgmetadata>
dev-haskell/abstract-deque-tests/metadata.xml
View file @
aa19eeb1
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<pkgmetadata>
<herd>
haskell
</herd>
<maintainer
type=
"project"
>
<email>
haskell@gentoo.org
</email>
<name>
Gentoo Haskell
</name>
</maintainer>
<longdescription>
<longdescription>
This package provides tests that can be used with any queue implementation
This package provides tests that can be used with any queue implementation
that satisfies the `abstract-deque` interface.
that satisfies the `abstract-deque` interface.
...
...
dev-haskell/abstract-deque/metadata.xml
View file @
aa19eeb1
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<pkgmetadata>
<herd>
haskell
</herd>
<maintainer
type=
"project"
>
<email>
haskell@gentoo.org
</email>
<name>
Gentoo Haskell
</name>
</maintainer>
<longdescription>
<longdescription>
An abstract interface to highly-parameterizable queues/deques.
An abstract interface to highly-parameterizable queues/deques.
...
@@ -20,7 +23,7 @@
...
@@ -20,7 +23,7 @@
requirements (using type families).
requirements (using type families).
This package also includes a simple reference implementation based
This package also includes a simple reference implementation based
on
'
IORef
'
and
"
Data.Sequence
"
.
on
'IORef' and "
Data.Sequence
"
.
</longdescription>
</longdescription>
<use>
<use>
<flag
name=
"usecas"
>
Enable the reference implementation to use hardware compare-and-swap.
</flag>
<flag
name=
"usecas"
>
Enable the reference implementation to use hardware compare-and-swap.
</flag>
...
...
dev-haskell/abstract-par/metadata.xml
View file @
aa19eeb1
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<pkgmetadata>
<herd>
haskell
</herd>
<maintainer
type=
"project"
>
<email>
haskell@gentoo.org
</email>
<name>
Gentoo Haskell
</name>
</maintainer>
<longdescription>
<longdescription>
The
'
Par
'
monad(s) offer an alternative
The
'Par'
monad(s) offer an alternative
parallel programming API to that provided by the
parallel programming API to that provided by the
@parallel@ package.
@parallel@ package.
A
'
Par
'
monad allows the simple description of
A
'Par'
monad allows the simple description of
parallel computations, and can be used to add
parallel computations, and can be used to add
parallelism to pure Haskell code. The basic API
parallelism to pure Haskell code. The basic API
is straightforward: a @Par@ monad supports forking
is straightforward: a @Par@ monad supports forking
and simple communication in terms of
'
IVar
'
s.
and simple communication in terms of
'IVar'
s.
This module is an interface module only. It
This module is an interface module only. It
provides a number of type clasess, but not an
provides a number of type clasess, but not an
implementation. The type classes separate different
implementation. The type classes separate different
levels of @Par@ functionality. See the
levels of @Par@ functionality. See the
"
Control.Monad.Par.Class
"
module for more details.
"
Control.Monad.Par.Class
"
module for more details.
The
'
monad-par
'
library is one example of a
The
'
monad-par
'
library is one example of a
concrete library providing this interface.
concrete library providing this interface.
</longdescription>
</longdescription>
</pkgmetadata>
</pkgmetadata>
dev-haskell/ac-angle/metadata.xml
View file @
aa19eeb1
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<pkgmetadata>
<herd>
haskell
</herd>
<maintainer
type=
"project"
>
<email>
haskell@gentoo.org
</email>
<name>
Gentoo Haskell
</name>
</maintainer>
<longdescription>
<longdescription>
A simple little library for dealing with geometric angles.
A simple little library for dealing with geometric angles.
</longdescription>
</longdescription>
...
...
dev-haskell/ac-vector-fancy/metadata.xml
View file @
aa19eeb1
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<pkgmetadata>
<herd>
haskell
</herd>
<maintainer
type=
"project"
>
<email>
haskell@gentoo.org
</email>
<name>
Gentoo Haskell
</name>
</maintainer>
<longdescription>
<longdescription>
Adds various type-system tricks to AC-Vector.
Adds various type-system tricks to AC-Vector.
(Requires several language extensions, including
(Requires several language extensions, including
...
...
dev-haskell/ac-vector/metadata.xml
View file @
aa19eeb1
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<pkgmetadata>
<herd>
haskell
</herd>
<maintainer
type=
"project"
>
<email>
haskell@gentoo.org
</email>
<name>
Gentoo Haskell
</name>
</maintainer>
<longdescription>
<longdescription>
This Haskell library implements several small vectors types
This Haskell library implements several small vectors types
with @Double@ fields, with seperate types for each size of
with @Double@ fields, with seperate types for each size of
vector, and a type class for handling vectors generally.
vector, and a type class for handling vectors generally.
(Note that although this package is listed in the \
"
graphics\
"
(Note that although this package is listed in the \
"
graphics\
"
category, the package itself has no graphics facilities. It
category, the package itself has no graphics facilities. It
just contains data structures that are useful for graphics
just contains data structures that are useful for graphics
work.)
work.)
...
...
dev-haskell/accelerate-cuda/metadata.xml
View file @
aa19eeb1
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<pkgmetadata>
<herd>
haskell
</herd>
<maintainer
type=
"project"
>
<email>
haskell@gentoo.org
</email>
<name>
Gentoo Haskell
</name>
</maintainer>
<longdescription>
<longdescription>
This library implements a backend for the Accelerate language instrumented for
This library implements a backend for the Accelerate language instrumented for
parallel execution on CUDA-capable NVIDIA GPUs.
parallel execution on CUDA-capable NVIDIA GPUs.
To use this backend you need CUDA version 3.x or later installed. Note that
To use this backend you need CUDA version 3.x or later installed. Note that
currently there is no support for
'
Char
'
and
'
Bool
'
arrays (this is a
currently there is no support for
'Char' and 'Bool'
arrays (this is a
limitation of the front-end language).
limitation of the front-end language).
</longdescription>
</longdescription>
<use>
<use>
...
...
dev-haskell/accelerate-fft/metadata.xml
View file @
aa19eeb1
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<pkgmetadata>
<herd>
haskell
</herd>
<maintainer
type=
"project"
>
<email>
haskell@gentoo.org
</email>
<name>
Gentoo Haskell
</name>
</maintainer>
<longdescription>
<longdescription>
Rank-polymorphic discrete Fourier transform (DFT), computed with a fast
Rank-polymorphic discrete Fourier transform (DFT), computed with a fast
Fourier transform (FFT) algorithm using the Accelerate library
Fourier transform (FFT) algorithm using the Accelerate library
...
...
dev-haskell/accelerate-io/metadata.xml
View file @
aa19eeb1
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<pkgmetadata>
<herd>
haskell
</herd>
<maintainer
type=
"project"
>
<email>
haskell@gentoo.org
</email>
<name>
Gentoo Haskell
</name>
</maintainer>
<longdescription>
<longdescription>
This package provides efficient conversion routines between a range of array types
This package provides efficient conversion routines between a range of array types
and Accelerate arrays.
and Accelerate arrays.
...
...
dev-haskell/accelerate/metadata.xml
View file @
aa19eeb1
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<pkgmetadata>
<herd>
haskell
</herd>
<maintainer
type=
"project"
>
<email>
haskell@gentoo.org
</email>
<name>
Gentoo Haskell
</name>
</maintainer>
<longdescription>
<longdescription>
This library defines an embedded language for
This library defines an embedded language for
regular, multi-dimensional array computations with
regular, multi-dimensional array computations with
...
@@ -13,8 +16,8 @@
...
@@ -13,8 +16,8 @@
CUDA-capable NVIDIA GPUs.
CUDA-capable NVIDIA GPUs.
To use the CUDA backend, you need to have CUDA version 3.x
To use the CUDA backend, you need to have CUDA version 3.x
installed. The CUDA backend currently doesn
'
t support
'
Char
'
installed. The CUDA backend currently doesn
'
t support
'Char'
and
'
Bool
'
arrays.
and
'Bool'
arrays.
Known bugs:
<
https://github.com/mchakravarty/accelerate/issues
>
Known bugs:
<
https://github.com/mchakravarty/accelerate/issues
>
...
@@ -23,8 +26,8 @@
...
@@ -23,8 +26,8 @@
* New in 0.8.1.0: bug fixes and some performance tweaks
* New in 0.8.1.0: bug fixes and some performance tweaks
* New in 0.8.0.0:
'
replicate
'
,
'
slice
'
and
'
foldSeg
'
supported in the
* New in 0.8.0.0:
'
replicate
', 'slice' and '
foldSeg
'
supported in the
CUDA backend; frontend and interpreter support for
'
stencil
'
; bug fixes
CUDA backend; frontend and interpreter support for
'
stencil
'
; bug fixes
* New in 0.7.1.0: the CUDA backend and a number of scalar functions
* New in 0.7.1.0: the CUDA backend and a number of scalar functions
...
...
dev-haskell/acid-state/metadata.xml
View file @
aa19eeb1
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<pkgmetadata>
<herd>
haskell
</herd>
<maintainer
type=
"project"
>
<email>
haskell@gentoo.org
</email>
<name>
Gentoo Haskell
</name>
</maintainer>
<longdescription>
<longdescription>
Use regular Haskell data structures as your database and get stronger ACID guarantees than most RDBMS offer.
Use regular Haskell data structures as your database and get stronger ACID guarantees than most RDBMS offer.
</longdescription>
</longdescription>
...
...
dev-haskell/action-permutations/metadata.xml
View file @
aa19eeb1
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<pkgmetadata>
<herd>
haskell
</herd>
<maintainer
type=
"project"
>
<email>
haskell@gentoo.org
</email>
<name>
Gentoo Haskell
</name>
</maintainer>
<longdescription>
<longdescription>
Sequence a set of Alternative actions in each possible order,
Sequence a set of Alternative actions in each possible order,
based on \
"
Parsing Permutation Phrases\
"
, by Arthur Baars,
based on \
"
Parsing Permutation Phrases\
"
, by Arthur Baars,
Andres Loeh and S. Doaitse Swierstra, /Haskell Workshop 2001/.
Andres Loeh and S. Doaitse Swierstra, /Haskell Workshop 2001/.
This is particularly useful for constructing a parser for
This is particularly useful for constructing a parser for
permutations of elements.
permutations of elements.
...
...
dev-haskell/active/metadata.xml
View file @
aa19eeb1
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<pkgmetadata>
<herd>
haskell
</herd>
<maintainer
type=
"project"
>
<email>
haskell@gentoo.org
</email>
<name>
Gentoo Haskell
</name>
</maintainer>
<longdescription>
<longdescription>
"
Active
"
abstraction for animated things with finite start and end times.
"Active"
abstraction for animated things with finite start and end times.
</longdescription>
</longdescription>
</pkgmetadata>
</pkgmetadata>
dev-haskell/ad/metadata.xml
View file @
aa19eeb1
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<pkgmetadata>
<herd>
haskell
</herd>
<maintainer
type=
"project"
>
<email>
haskell@gentoo.org
</email>
<name>
Gentoo Haskell
</name>
</maintainer>
<longdescription>
<longdescription>
Forward-, reverse- and mixed- mode automatic differentiation combinators with a common API.
Forward-, reverse- and mixed- mode automatic differentiation combinators with a common API.
Type-level \
"
branding\
"
is used to both prevent the end user from confusing infinitesimals
Type-level \
"
branding\
"
is used to both prevent the end user from confusing infinitesimals
and to limit unsafe access to the implementation details of each Mode.
and to limit unsafe access to the implementation details of each Mode.
Each mode has a separate module full of combinators.
Each mode has a separate module full of combinators.
...
@@ -23,25 +26,25 @@
...
@@ -23,25 +26,25 @@
While not every mode can provide all operations, the following basic operations are supported, modified as
While not every mode can provide all operations, the following basic operations are supported, modified as
appropriate by the suffixes below:
appropriate by the suffixes below:
*
'
grad
'
computes the gradient (partial derivatives) of a function at a point.
*
'grad'
computes the gradient (partial derivatives) of a function at a point.
*
'
jacobian
'
computes the Jacobian matrix of a function at a point.
*
'
jacobian
'
computes the Jacobian matrix of a function at a point.
*
'
diff
'
computes the derivative of a function at a point.
*
'diff'
computes the derivative of a function at a point.
*
'
du
'
computes a directional derivative of a function at a point.
*
'du'
computes a directional derivative of a function at a point.
*
'
hessian
'
computes the Hessian matrix (matrix of second partial derivatives) of a function at a point.
*
'
hessian
'
computes the Hessian matrix (matrix of second partial derivatives) of a function at a point.
The following suffixes alter the meanings of the functions above as follows:
The following suffixes alter the meanings of the functions above as follows:
* @\
'
@ -- also return the answer
* @\
'
@ -- also return the answer
* @With@ lets the user supply a function to blend the input with the output
* @With@ lets the user supply a function to blend the input with the output
* @F@ is a version of the base function lifted to return a
'
Traversable
'
(or
'
Functor
'
) result
* @F@ is a version of the base function lifted to return a
'
Traversable
' (or '
Functor
'
) result
* @s@ means the function returns all higher derivatives in a list or f-branching
'
Stream
'
* @s@ means the function returns all higher derivatives in a list or f-branching
'
Stream
'
* @T@ means the result is transposed with respect to the traditional formulation.
* @T@ means the result is transposed with respect to the traditional formulation.
...
...
dev-haskell/adjunctions/metadata.xml
View file @
aa19eeb1
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<pkgmetadata>
<herd>
haskell
</herd>
<maintainer
type=
"project"
>
<email>
haskell@gentoo.org
</email>
<name>
Gentoo Haskell
</name>
</maintainer>
<longdescription>
<longdescription>
Adjunctions
Adjunctions
</longdescription>
</longdescription>
...
...
dev-haskell/aes/metadata.xml
View file @
aa19eeb1
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<pkgmetadata>
<herd>
haskell
</herd>
<maintainer
type=
"project"
>
<email>
haskell@gentoo.org
</email>
<name>
Gentoo Haskell
</name>
</maintainer>
<longdescription>
<longdescription>
A zero-copy binding to Brian Gladman
'
s AES implementation, including a copy of that implementation
A zero-copy binding to Brian Gladman
'
s AES implementation, including a copy of that implementation
</longdescription>
</longdescription>
</pkgmetadata>
</pkgmetadata>
dev-haskell/aeson-better-errors/metadata.xml
View file @
aa19eeb1
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<pkgmetadata>
<herd>
haskell
</herd>
<maintainer
type=
"project"
>
<email>
haskell@gentoo.org
</email>
<name>
Gentoo Haskell
</name>
</maintainer>
<longdescription>
<longdescription>
A small package which gives you the tools to build parsers to decode JSON
A small package which gives you the tools to build parsers to decode JSON
values, and gives good error messages when parsing fails.
values, and gives good error messages when parsing fails.
...
...
dev-haskell/aeson-compat/metadata.xml
View file @
aa19eeb1
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<pkgmetadata>
<herd>
haskell
</herd>
<maintainer
type=
"project"
>
<email>
haskell@gentoo.org
</email>
<name>
Gentoo Haskell
</name>
</maintainer>
<longdescription>
<longdescription>
Compatibility layer for @aeson@
Compatibility layer for @aeson@
</longdescription>
</longdescription>
...
...
Prev
1
2
3
4
5
6
…
50
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment