Source: turtlefmt
Section: rust
Maintainer: Jonas Smedegaard <dr@jones.dk>
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-rust,
 help2man,
 librust-anyhow-dev,
 librust-cc-dev,
 librust-clap-dev,
 librust-clap-dev,
 librust-diffy-imara-dev,
 librust-jobserver-dev,
 librust-oxrdf-dev,
 librust-oxttl-dev,
 librust-reqwest-dev,
 librust-tree-sitter-dev,
 librust-tree-sitter-generate-dev,
 libstd-rust-dev,
 nodejs,
Standards-Version: 4.7.4
Homepage: https://github.com/helsing-ai/turtlefmt
Vcs-Git: https://salsa.debian.org/debian/turtlefmt.git
Vcs-Browser: https://salsa.debian.org/debian/turtlefmt

Package: turtlefmt
Section: text
Architecture: any
Built-Using:
 ${cargo:Built-Using},
Static-Built-Using:
 ${cargo:Static-Built-Using},
Description: auto formatter for RDF Turtle
 turtlefmt is an auto formatter for RDF Turtle.
 .
 For now, it...
  * validates that the file is valid
  * maintains consistent indentation and line jumps
  * normalises string and IRI escapes
    to reduce their number as much as possible
  * enforces the use of `"` instead of `'` in literals
  * uses literals short notation for booleans, integers, decimals and doubles
    when it keeps the lexical representation unchanged
  * uses `a` for `rdf:type` where possible
 .
 Resource Description Framework (RDF) is a standard model
 for data interchange on the Web.
