套件:golang-starlark-dev(0.0~git20240725.42030a7-1~bpo12+1)
golang-starlark-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-starlark:
- [golang-starlark_0.0~git20240725.42030a7-1~bpo12+1.dsc]
- [golang-starlark_0.0~git20240725.42030a7.orig.tar.xz]
- [golang-starlark_0.0~git20240725.42030a7-1~bpo12+1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Interpreter for the Starlark configuration language
Starlark is a dialect of Python intended for use as a configuration language. Like Python, it is an untyped dynamic language with high-level data types, first-class functions with lexical scope, and garbage collection. Unlike CPython, independent Starlark threads execute in parallel, so Starlark workloads scale well on parallel machines. Starlark is a small and simple language with a familiar and highly readable syntax. You can use it as an expressive notation for structured data, defining functions to eliminate repetition, or you can use it to add scripting capabilities to an existing application.
A Starlark interpreter is typically embedded within a larger application, and the application may define additional domain-specific functions and data types beyond those provided by the core language
其他與 golang-starlark-dev 有關的套件
|
|
|
|
-
- dep: golang-github-chzyer-readline-dev
- Readline is a pure go implementation for a GNU-Readline like library
-
- dep: golang-golang-x-sys-dev
- Low-level interaction with the operating system
-
- dep: golang-google-protobuf-dev
- Go support for protocol buffers (APIv2)