crystal 1.11.2+dfsg-1build3 source package in Ubuntu

Changelog

crystal (1.11.2+dfsg-1build3) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 16:40:41 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
amd64 all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
crystal_1.11.2+dfsg.orig.tar.xz 2.3 MiB 810c3198a015f1f8dc428edba906b003ec13b1cd96a86591378b03119635bde5
crystal_1.11.2+dfsg-1build3.debian.tar.xz 65.4 KiB f29bafe19b0ec2780711779712fe6ff4c124bcf3ff017f5811f2b5649b2be420
crystal_1.11.2+dfsg-1build3.dsc 2.2 KiB 79775b760c34a2f1fb186a51a8c497633251e9c5009329a6ede22507dbd8bdcc

View changes file

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.