ruby-ncurses 1.4.9-1build11 source package in Ubuntu

Changelog

ruby-ncurses (1.4.9-1build11) noble; urgency=medium

  * No-change upload to remove support of ruby3.1.

 -- Lucas Kanashiro <email address hidden>  Tue, 20 Feb 2024 03:18:55 -0300

Upload details

Uploaded by:
Lucas Kanashiro
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
ruby-ncurses_1.4.9.orig.tar.gz 64.8 KiB c6c3ada34474944c3f1aada170a0b522a67cac199791c7ae5ccaed254c38618a
ruby-ncurses_1.4.9-1build11.debian.tar.xz 6.5 KiB d66b2b27e75ccf13dfccc1952a08d2f5d4b35d66f9ea0e139287b2bf257eb9ac
ruby-ncurses_1.4.9-1build11.dsc 2.2 KiB 4acfb507989f8f0c12169d8d49fa86afd838fac509ca618b9ef203b65319ee6d

Available diffs

View changes file

Binary packages built by this source

ruby-ncurses: ruby extension for the ncurses C library

 All C functions are wrapped by module functions of the module "Ncurses",
 with exactly the same name. Additionally, C functions expecting a WINDOW* as
 their first argument can also be called as methods of the "Ncurses::WINDOW"
 class.
 .
 The panel library (for support of overlapping windows) is also wrapped, in
 the module "Ncurses::Panel".
 .
 This module is built with wide character support.

ruby-ncurses-dbgsym: debug symbols for ruby-ncurses