1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
|
Source: haskell-hsyaml
Section: haskell
Priority: optional
Maintainer: Debian Haskell Group <debian-haskell@lists.debian.org>
Uploaders:
Jonas Smedegaard <dr@jones.dk>,
Build-Depends:
cdbs,
debhelper,
ghc,
ghc-prof,
haskell-devscripts,
# libghc-directory-dev (<< 1.4) <!nocheck>,
libghc-dlist-dev (<< 0.9),
libghc-dlist-prof,
# libghc-filepath-dev (<< 1.5) <!nocheck>,
# libghc-megaparsec-dev (<< 6.6) <!nocheck>,
# libghc-microaeson-dev (<< 0.2) <!nocheck>,
Build-Depends-Indep:
ghc-doc,
libghc-dlist-doc,
Standards-Version: 4.3.0
Homepage: https://github.com/haskell-hvr/HsYAML
Vcs-Git: https://salsa.debian.org/haskell-team/haskell-hsyaml.git
Vcs-Browser: https://salsa.debian.org/haskell-team/haskell-hsyaml
Rules-Requires-Root: no
Package: libghc-hsyaml-dev
Architecture: any
Depends:
${haskell:Depends},
${haskell:Extra-Depends},
${misc:Depends},
${shlibs:Depends},
Recommends:
${haskell:Recommends},
Suggests:
${haskell:Suggests},
Provides:
${haskell:Provides},
Description: pure Haskell YAML 1.2 parser - libraries
HsYAML is a YAML 1.2 parser implementation for Haskell.
.
Features of @HsYAML@ include:
.
* Pure Haskell implementation with small dependency footprint
and emphasis on strict compliance with the YAML 1.2 specification.
* Direct decoding to native Haskell types
via (aeson-inspired) typeclass-based API.
* Support for constructing custom YAML node graph representation
(including support for cyclic YAML data structures).
* Support for the standard (untyped) Failsafe, (strict) JSON,
and (flexible) Core "schemas" providing implicit typing rules
as defined in the YAML 1.2 specification
(including support for user-defined custom schemas).
* Event-based API resembling LibYAML's Event-based API.
* Low-level API access to lexical token-based scanner.
.
This package contains the libraries compiled for GHC.
Package: libghc-hsyaml-doc
Section: doc
Architecture: all
Depends:
${haskell:Depends},
${haskell:Extra-Depends},
${misc:Depends},
Recommends:
${haskell:Recommends},
Description: pure Haskell YAML 1.2 parser - library documentation
HsYAML is a YAML 1.2 parser implementation for Haskell.
.
Features of @HsYAML@ include:
.
* Pure Haskell implementation with small dependency footprint
and emphasis on strict compliance with the YAML 1.2 specification.
* Direct decoding to native Haskell types
via (aeson-inspired) typeclass-based API.
* Support for constructing custom YAML node graph representation
(including support for cyclic YAML data structures).
* Support for the standard (untyped) Failsafe, (strict) JSON,
and (flexible) Core "schemas" providing implicit typing rules
as defined in the YAML 1.2 specification
(including support for user-defined custom schemas).
* Event-based API resembling LibYAML's Event-based API.
* Low-level API access to lexical token-based scanner.
.
This package contains the library documentation for intern.
Package: libghc-hsyaml-prof
Architecture: any
Depends:
${haskell:Depends},
${haskell:Extra-Depends},
${misc:Depends},
Provides:
${haskell:Provides},
Description: pure Haskell YAML 1.2 parser - profiling libraries
HsYAML is a YAML 1.2 parser implementation for Haskell.
.
Features of @HsYAML@ include:
.
* Pure Haskell implementation with small dependency footprint
and emphasis on strict compliance with the YAML 1.2 specification.
* Direct decoding to native Haskell types
via (aeson-inspired) typeclass-based API.
* Support for constructing custom YAML node graph representation
(including support for cyclic YAML data structures).
* Support for the standard (untyped) Failsafe, (strict) JSON,
and (flexible) Core "schemas" providing implicit typing rules
as defined in the YAML 1.2 specification
(including support for user-defined custom schemas).
* Event-based API resembling LibYAML's Event-based API.
* Low-level API access to lexical token-based scanner.
.
This package contains the profiling libraries for intern.
|