crystal 1.6.0+dfsg-2 source package in Ubuntu

Changelog

crystal (1.6.0+dfsg-2) unstable; urgency=medium

  * Source upload.

 -- David Suárez <email address hidden>  Tue, 11 Oct 2022 21:08:52 +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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
crystal_1.6.0+dfsg-2.dsc 2.1 KiB 7f01c633f8646087f9b9889ba86724c2fc74430894b0c2f14e2d2f01e02366f0
crystal_1.6.0+dfsg.orig.tar.xz 1.9 MiB 907641cc2e0f1855319f3d5971b17793ecbb581bf645218cc817d5dcb23a76c2
crystal_1.6.0+dfsg-2.debian.tar.xz 6.3 KiB 75cc8f242f10b04ab65091d4b91488725d0b2b3b836de96b205b1915fc26c0b2

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.