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
|
Source: jsonnet
Section: devel
Homepage: https://github.com/google/jsonnet
Priority: optional
Standards-Version: 4.7.2
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), python3-all, python3-all-dev, cmake,
dh-python, googletest, libgtest-dev, python3-setuptools, help2man,
Rules-Requires-Root: no
Package: jsonnet
Architecture: amd64 arm64 armhf i386 armel loong64 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 loong64 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 loong64 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 loong64 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.
|