软件包:crystal(1.6.0+dfsg-3)
compiler of the Crystal object-oriented programming language
The Crystal's language syntax is inspired by Ruby, the language is statically type-checked but does not require that the type of variables or method arguments be specified.
The language has the following goals: (1) have the same syntax as Ruby, or at least as similar as possible; (2) statically type-checked but without having to specify the type of variables or method arguments; (3) be able to call C code by writing bindings to it in Crystal; (4) have compile-time evaluation and generation of code, to avoid boilerplate code; (5) compile to efficient native code.
其他与 crystal 有关的软件包
|
|
|
|
-
- dep: gcc
- GNU C 编译器
-
- dep: libc6 (>= 2.34)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libevent-2.1-7 (>= 2.1.8-stable)
- 异步事件通知库
-
- dep: libevent-dev
- Asynchronous event notification library (development files)
-
- dep: libgc-dev
- conservative garbage collector for C (development)
-
- dep: libgc1 (>= 1:7.4.2)
- C 和 C++ 的保守型垃圾收集器
-
- dep: libgcc-s1 (>= 3.3)
- GCC 支持库
-
- dep: libllvm14
- Modular compiler and toolchain technologies, runtime library
-
- dep: libpcre3
- 与旧版 Perl 5 兼容的正则表达式库 - 运行文件
-
- dep: libpcre3-dev
- Old Perl 5 Compatible Regular Expression Library - development files
-
- dep: libstdc++6 (>= 11)
- GNU 标准 C++ 库,第3版
-
- dep: pkg-config
- manage compile and link flags for libraries (transitional package)
-
- rec: libgmp-dev
- Multiprecision arithmetic library developers tools
-
- rec: libssl-dev
- Secure Sockets Layer toolkit - development files
-
- rec: libxml2-dev
- GNOME XML library - development files
-
- rec: libyaml-dev
- Fast YAML 1.1 parser and emitter library (development)
-
- rec: libz-dev
- 本虚包由这些包填实: zlib1g-dev
-
- sug: crystal-doc
- API documentation for the Crystal object-oriented programming language
-
- sug: crystal-samples
- samples for the Crystal object-oriented programming language