ruby-ncurses 1.4.9-1build10 source package in Ubuntu

Changelog

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

  * No-change upload to add support for ruby3.2.

 -- Lucas Kanashiro <email address hidden>  Fri, 02 Feb 2024 02:09:22 -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

Downloads

File Size SHA-256 Checksum
ruby-ncurses_1.4.9.orig.tar.gz 64.8 KiB c6c3ada34474944c3f1aada170a0b522a67cac199791c7ae5ccaed254c38618a
ruby-ncurses_1.4.9-1build10.debian.tar.xz 6.5 KiB 418c60c88c564b3c989204009831e29357c2824602b9ca8d3a265c617294eae8
ruby-ncurses_1.4.9-1build10.dsc 2.2 KiB 0fc702a1160e875efe0097432b0ffdf8617199a451e7988627f82f1182f0d225

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