Source: kwalify Section: ruby Maintainer: Marc Dequènes (Duck) Uploaders: Debian Ruby Extras Maintainers Build-Depends: debhelper-compat (= 14), gem2deb, ruby-test-unit Build-Depends-Indep: docbook-xsl-ns, docbook5-xml, xsltproc Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/ruby-team/kwalify.git Vcs-Browser: https://salsa.debian.org/ruby-team/kwalify Homepage: http://www.kuwata-lab.com/kwalify/ Package: kwalify Architecture: all Depends: ruby:any Suggests: doc-base Multi-Arch: foreign Description: parser, schema validator, and data-binding tool for YAML and JSON YAML and JSON are simple and nice format for structured data and easier for human to read and write than XML. But there have been no schema for YAML such as RelaxNG or DTD. Kwalify gets over this situation.