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
|
Source: rudof
Section: rust
Maintainer: Jonas Smedegaard <dr@jones.dk>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-rust,
help2man <!nodoc>,
librust-anyhow-dev,
librust-async-recursion-dev,
librust-async-trait-dev,
librust-chrono-dev,
librust-clap-dev,
librust-colored-dev,
librust-const-format-dev,
librust-crossterm-dev,
librust-csv-dev,
librust-either-dev,
librust-futures-dev,
librust-hashbag-dev,
librust-hashlink-dev,
librust-indexmap-dev,
librust-indoc-dev,
librust-itertools-dev,
librust-lazy-regex-dev,
librust-lazy-static-dev,
librust-minijinja-dev,
librust-nom-dev,
librust-nom-locate-dev,
librust-once-cell-dev,
librust-oxigraph-dev,
librust-oxilangtag-dev,
librust-oxiri-dev,
librust-oxjsonld-dev,
librust-oxrdf-dev,
librust-oxrdfio-dev,
librust-oxrdfxml-dev,
librust-oxsdatatypes-dev,
librust-oxttl-dev,
librust-paste-dev,
librust-petgraph-dev,
librust-pretty-dev,
librust-proptest-dev,
librust-rand-dev,
librust-rayon-dev,
librust-regex-dev,
librust-reqwest-dev,
librust-rust-decimal-dev,
librust-serde-derive-dev,
librust-serde-dev,
librust-serde-json-dev,
librust-sparesults-dev,
librust-spargebra-dev,
librust-supports-color-dev,
librust-tabled-dev,
librust-tempfile-dev,
librust-term-size-dev,
librust-termtree-dev,
librust-thiserror-dev,
librust-tokio-dev,
librust-tokio-test-dev,
librust-toml-0.8-dev,
librust-toml-dev,
librust-tracing-dev,
librust-tracing-subscriber-dev,
librust-url-dev,
librust-uuid-dev,
librust-void-dev,
librust-yaml-rust2-dev,
libstring-shellquote-perl <!nodoc>,
libtest2-suite-perl <!nocheck>,
libtest2-tools-command-perl <!nocheck>,
perl <!nocheck>,
Standards-Version: 4.7.3
Homepage: https://rudof-project.github.io/rudof/
Vcs-Git: https://salsa.debian.org/debian/rudof.git
Vcs-Browser: https://salsa.debian.org/debian/rudof
Description: RDF data shape processing
rudof implements Shape Expressions (ShEx), SHACL, DCTAP,
and other technologies in the RDF ecosystem.
.
It can be used to validate RDF data
represented with different syntaxes
like Turtle, NTriples, etc.
as well as RDF data available through SPARQL endpoints
like Wikidata.
.
rudof can also be used to convert
between different RDF data validation technologies
like ShEx, SHACL, DCTAP, etc.,
and to generate UML like visualizations and HTML views.
.
Resource Description Framework (RDF) is a standard model
for data interchange on the Web.
.
Shape Expressions (ShEx) is a data modelling language
for defining schemas for RDF graphs.
.
Shapes Constraint Language (SHACL) is a data modelling language
for describing constraints for RDF graphs.
SHACL is a W3C recommendation.
.
Dublin Core Tabular Application Profiles (DCTAP) is a simple model
for defining an application profiles
i.e. metadata usage for a specific application.
Package: rudof
X-Cargo-Crates:
rudof-cli,
rudof-generate,
Section: science
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Built-Using:
${cargo:Built-Using},
Static-Built-Using:
${cargo:Static-Built-Using},
Description: ${source:Synopsis} - CLI tool
${source:Extended-Description}
.
This package provides the command-line tool rudof.
|