crystal 1.12.1+dfsg-1 source package in Ubuntu

Changelog

crystal (1.12.1+dfsg-1) unstable; urgency=medium

  * New upstream version (Closes: #1070456).
  * Refresh disable-udp-multicast-specs patch.

 -- David Suárez <email address hidden>  Fri, 17 May 2024 20:30:19 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
crystal_1.12.1+dfsg-1.dsc 2.1 KiB c3d8ea75b754df0deddd636d4080faf0025b3da4f61ba430889ef92ca9889f39
crystal_1.12.1+dfsg.orig.tar.xz 2.3 MiB e1489b416a097e7b0fdb0d83f03094323a800297a587d63910921414f744eec4
crystal_1.12.1+dfsg-1.debian.tar.xz 65.2 KiB 60e4b9054ff69d898e52887dda23771b59188c7009fbd6deae202b1a1639f9fa

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.