crystal 1.6.0+dfsg-3 source package in Ubuntu

Changelog

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

  * Update runtime depends (Closes: #1031812).

 -- David Suárez <email address hidden>  Fri, 03 Mar 2023 19:03:34 +0100

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
crystal_1.6.0+dfsg-3.dsc 2.1 KiB f38763c0bd48153bf7399713fbcbc03869e664366241b383c1b046d94db7d3cd
crystal_1.6.0+dfsg.orig.tar.xz 1.9 MiB 907641cc2e0f1855319f3d5971b17793ecbb581bf645218cc817d5dcb23a76c2
crystal_1.6.0+dfsg-3.debian.tar.xz 6.3 KiB be2f5da91653304b4b31c4c83c46b5c8a5d582d9a7ad44db4f033a08c3422893

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.