Source: jsonnet Section: devel Homepage: https://github.com/google/jsonnet Priority: optional Standards-Version: 4.5.0 Vcs-Git: https://salsa.debian.org/debian/jsonnet.git Vcs-Browser: https://salsa.debian.org/debian/jsonnet Maintainer: Fukui Daichi Build-Depends: debhelper-compat (= 12), python3-all, python3-all-dev, cmake, dh-python, googletest, libgtest-dev, python3-setuptools, Rules-Requires-Root: no Package: jsonnet Architecture: amd64 arm64 armhf i386 armel ppc64el riscv64 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: amd64 arm64 armhf i386 armel ppc64el riscv64 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: amd64 arm64 armhf i386 armel ppc64el riscv64 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: amd64 arm64 armhf i386 armel ppc64el riscv64 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.