软件包:golang-starlark-dev(0.0~git20240725.42030a7-1)
golang-starlark-dev 的相关链接
Debian 的资源:
下载源码包 golang-starlark:
- [golang-starlark_0.0~git20240725.42030a7-1.dsc]
- [golang-starlark_0.0~git20240725.42030a7.orig.tar.xz]
- [golang-starlark_0.0~git20240725.42030a7-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)