ruby-ncurses 1.4.9-1build3ubuntu0.18.04.1 source package in Ubuntu

Changelog

ruby-ncurses (1.4.9-1build3ubuntu0.18.04.1) bionic; urgency=high

  * Add patch to link against libmenuw (LP: #1775673)

 -- Iain Parris <email address hidden>  Fri, 10 Jul 2020 23:12:18 +0100

Upload details

Uploaded by:
Iain Parris
Sponsored by:
Lucas Kanashiro
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
ruby
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates 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-1build3ubuntu0.18.04.1.debian.tar.xz 6.7 KiB 8106f9c6d69e093ced244a4ad62e7339052939596da811b8c77401608e3b9c54
ruby-ncurses_1.4.9-1build3ubuntu0.18.04.1.dsc 2.2 KiB db64525a72127b5449c1b077bc9c7cbdef1abcbb3e63883f08a357850e3a7fef

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