crystal 1.11.2+dfsg-1 source package in Ubuntu

Changelog

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

  * New upstream version.
  * Build with LLVM 17 (Closes: #1061211).
  * Rename pkg-config to pkgconf.
  * Refresh disable-udp-multicast-specs patch.
  * Reintroduce playground again.
  * Update copyright.
  * Lintian overrides for false positives.

 -- David Suárez <email address hidden>  Thu, 29 Feb 2024 20:11:24 +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

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
crystal_1.11.2+dfsg-1.dsc 2.1 KiB 42c65848714036d11bb4cf44cabc6cc8c582208508bce6e2304fb2db72e52711
crystal_1.11.2+dfsg.orig.tar.xz 2.3 MiB 810c3198a015f1f8dc428edba906b003ec13b1cd96a86591378b03119635bde5
crystal_1.11.2+dfsg-1.debian.tar.xz 65.2 KiB 4bf77e8b36a32df46d23a4333c81d574cc81a874bf580d18808794ef8a77e0bd

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.