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 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185
|
Source: haskell-swish
Section: haskell
Priority: optional
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Build-Depends: cdbs,
devscripts,
debhelper,
dh-buildinfo,
ghc,
libghc-hashable-dev (>= 1.1),
libghc-hashable-dev (<< 1.3),
libghc-mtl-dev (>= 2),
libghc-mtl-dev (<< 3),
libghc-network-dev (>= 2.2),
libghc-network-dev (<< 2.6),
libghc-polyparse-dev (>= 1.6),
libghc-polyparse-dev (<< 1.9.1),
libghc-semigroups-dev (>= 0.5),
libghc-semigroups-dev (<< 0.16),
libghc-text-dev (>= 0.11),
libghc-text-dev (<< 1.2),
libghc-intern-dev (>= 0.8),
libghc-intern-dev (<< 1.0),
haskell-devscripts,
help2man,
libghc-hunit-dev,
ghc-prof,
libghc-hashable-prof,
libghc-mtl-prof,
libghc-network-prof,
libghc-polyparse-prof,
libghc-semigroups-prof,
libghc-text-prof,
libghc-intern-prof,
libghc-test-framework-dev,
libghc-test-framework-hunit-dev,
Build-Depends-Indep: ghc-doc
, libghc-hashable-doc
, libghc-mtl-doc
, libghc-network-doc
, libghc-polyparse-doc
, libghc-semigroups-doc
, libghc-text-doc
, libghc-nats-doc
, libghc-transformers-doc
, libghc-unordered-containers-doc
Standards-Version: 3.9.5
Homepage: https://bitbucket.org/doug_burke/swish/wiki/Home
Vcs-Git: git://git.debian.org/git/collab-maint/haskell-swish.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/haskell-swish.git
Package: swish
Section: web
Architecture: any
Depends: ${misc:Depends}
, ${shlibs:Depends}
Description: semantic web toolkit - tools
Swish is a framework for performing deductions in RDF data using a
variety of techniques. Swish is conceived as a toolkit for
experimenting with RDF inference, and for implementing stand-alone RDF
file processors (usable in similar style to CWM, but with a view to
being extensible in declarative style through added Haskell function
and data value declarations). It explores Haskell as "a scripting
language for the Semantic Web".
.
Swish is a work-in-progress, and currently incorporates:
.
* Turtle, Notation3 and NTriples input and output. The N3 support is
incomplete (no handling of @forAll).
* RDF graph isomorphism testing and merging.
* Display of differences between RDF graphs.
* Inference operations in forward chaining, backward chaining and
proof-checking modes.
* Simple Horn-style rule implementations, extendable through variable
binding modifiers and filters.
* Class restriction rule implementation, primarily for datatype
inferences.
* RDF formal semantics entailment rule implementation.
* Complete, ready-to-run, command-line and script-driven programs.
.
This package contains the swish tool.
Package: libghc-swish-dev
Priority: extra
Architecture: any
Depends: ${haskell:Depends}
, ${haskell:Extra-Depends}
, ${misc:Depends}
, ${shlibs:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: semantic web toolkit - libraries
Swish is a framework for performing deductions in RDF data using a
variety of techniques. Swish is conceived as a toolkit for
experimenting with RDF inference, and for implementing stand-alone RDF
file processors (usable in similar style to CWM, but with a view to
being extensible in declarative style through added Haskell function
and data value declarations). It explores Haskell as "a scripting
language for the Semantic Web".
.
Swish is a work-in-progress, and currently incorporates:
.
* Turtle, Notation3 and NTriples input and output. The N3 support is
incomplete (no handling of @forAll).
* RDF graph isomorphism testing and merging.
* Display of differences between RDF graphs.
* Inference operations in forward chaining, backward chaining and
proof-checking modes.
* Simple Horn-style rule implementations, extendable through variable
binding modifiers and filters.
* Class restriction rule implementation, primarily for datatype
inferences.
* RDF formal semantics entailment rule implementation.
* Complete, ready-to-run, command-line and script-driven programs.
.
This package contains the libraries compiled for GHC.
Package: libghc-swish-doc
Section: doc
Priority: extra
Architecture: all
Depends: ${haskell:Depends}
, ${haskell:Extra-Depends}
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Description: semantic web toolkit - library documentation
Swish is a framework for performing deductions in RDF data using a
variety of techniques. Swish is conceived as a toolkit for
experimenting with RDF inference, and for implementing stand-alone RDF
file processors (usable in similar style to CWM, but with a view to
being extensible in declarative style through added Haskell function
and data value declarations). It explores Haskell as "a scripting
language for the Semantic Web".
.
Swish is a work-in-progress, and currently incorporates:
.
* Turtle, Notation3 and NTriples input and output. The N3 support is
incomplete (no handling of @forAll).
* RDF graph isomorphism testing and merging.
* Display of differences between RDF graphs.
* Inference operations in forward chaining, backward chaining and
proof-checking modes.
* Simple Horn-style rule implementations, extendable through variable
binding modifiers and filters.
* Class restriction rule implementation, primarily for datatype
inferences.
* RDF formal semantics entailment rule implementation.
* Complete, ready-to-run, command-line and script-driven programs.
.
This package contains the library documentation for swish.
Package: libghc-swish-prof
Priority: extra
Architecture: any
Depends: ${haskell:Depends}
, ${haskell:Extra-Depends}
, ${misc:Depends}
Provides: ${haskell:Provides}
Description: semantic web toolkit - profiling libraries
Swish is a framework for performing deductions in RDF data using a
variety of techniques. Swish is conceived as a toolkit for
experimenting with RDF inference, and for implementing stand-alone RDF
file processors (usable in similar style to CWM, but with a view to
being extensible in declarative style through added Haskell function
and data value declarations). It explores Haskell as "a scripting
language for the Semantic Web".
.
Swish is a work-in-progress, and currently incorporates:
.
* Turtle, Notation3 and NTriples input and output. The N3 support is
incomplete (no handling of @forAll).
* RDF graph isomorphism testing and merging.
* Display of differences between RDF graphs.
* Inference operations in forward chaining, backward chaining and
proof-checking modes.
* Simple Horn-style rule implementations, extendable through variable
binding modifiers and filters.
* Class restriction rule implementation, primarily for datatype
inferences.
* RDF formal semantics entailment rule implementation.
* Complete, ready-to-run, command-line and script-driven programs.
.
This package contains the profiling libraries for swish.
|