crystal 1.9.2+dfsg-3 source package in Ubuntu

Changelog

crystal (1.9.2+dfsg-3) unstable; urgency=medium

  * Disable interpreter again.

 -- David Suárez <email address hidden>  Tue, 08 Aug 2023 20:26:59 +0200

Upload details

Uploaded by:
David Suárez
Uploaded to:
Sid
Original maintainer:
David Suárez
Architectures:
amd64 all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
crystal_1.9.2+dfsg-3.dsc 2.1 KiB 655cd046f8087ae1884f10f1f350a5de3dfff438e85a3a3e1df3380fdfdc019d
crystal_1.9.2+dfsg.orig.tar.xz 2.0 MiB dea2365f7466ac370fae64349d3776cc7cbe4ad5443d8a22346a5df3421aa7a5
crystal_1.9.2+dfsg-3.debian.tar.xz 6.2 KiB 4fbc58d3844808935ec8b42e632922645fe817c0499a3167db7184b09c486408

Available diffs

No changes file available.

Binary packages built by this source

crystal: 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-dbgsym: debug symbols for crystal
crystal-doc: API documentation for 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.
 .
 This package contains the documentation for the standard library.

crystal-samples: samples for 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.
 .
 This package contains some examples for starting to play with the language.