Source: jsonnet
Section: devel
Homepage: https://github.com/google/jsonnet
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/debian/jsonnet.git
Vcs-Browser: https://salsa.debian.org/debian/jsonnet
Maintainer: Fukui Daichi <a.dog.will.talk@akane.waseda.jp>
Build-Depends:
 debhelper-compat (= 13),
 cmake,
 googletest,
 help2man,
 libc4core-dev,
 libgmock-dev,
 libryml-dev (>= 0.16.0~),
 nlohmann-json3.12-dev,
 pybuild-plugin-pyproject,
 python3-all,
 python3-all-dev,
 python3-setuptools,

Package: jsonnet
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: data templating language
 A data templating language for app and tool developers
 .
  * Generate config data
  * Side-effect free
  * Organize, simplify, unify
  * Manage sprawling config
 .
 A simple extension of JSON
 .
  * Open source (Apache 2.0)
  * Familiar syntax
  * Reformatter, linter
  * Editor & IDE integrations
  * Formally specified
 .
 Eliminate duplication with object-orientation. Or, use functions.
 Integrate with existing / custom applications. Generate JSON, YAML,
 INI, and other formats.
 .
 This package ships the binary executable.

Package: libjsonnet0
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: data templating language (lib)
 A data templating language for app and tool developers
 .
  * Generate config data
  * Side-effect free
  * Organize, simplify, unify
  * Manage sprawling config
 .
 A simple extension of JSON
 .
  * Open source (Apache 2.0)
  * Familiar syntax
  * Reformatter, linter
  * Editor & IDE integrations
  * Formally specified
 .
 Eliminate duplication with object-orientation. Or, use functions.
 Integrate with existing / custom applications. Generate JSON, YAML,
 INI, and other formats.
 .
 This package ships the shared object.

Package: libjsonnet-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libjsonnet0 (= ${binary:Version})
Description: data templating language (devel)
 A data templating language for app and tool developers
 .
  * Generate config data
  * Side-effect free
  * Organize, simplify, unify
  * Manage sprawling config
 .
 A simple extension of JSON
 .
  * Open source (Apache 2.0)
  * Familiar syntax
  * Reformatter, linter
  * Editor & IDE integrations
  * Formally specified
 .
 Eliminate duplication with object-orientation. Or, use functions.
 Integrate with existing / custom applications. Generate JSON, YAML,
 INI, and other formats.
 .
 This package ships the development files.

Package: python3-jsonnet
Section: python
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
Description: data templating language (Python)
 A data templating language for app and tool developers
 .
  * Generate config data
  * Side-effect free
  * Organize, simplify, unify
  * Manage sprawling config
 .
 A simple extension of JSON
 .
  * Open source (Apache 2.0)
  * Familiar syntax
  * Reformatter, linter
  * Editor & IDE integrations
  * Formally specified
 .
 Eliminate duplication with object-orientation. Or, use functions.
 Integrate with existing / custom applications. Generate JSON, YAML,
 INI, and other formats.
 .
 This package ships the Python binding.
