ruby-ncurses 1.4.9-1build3 source package in Ubuntu

Changelog

ruby-ncurses (1.4.9-1build3) bionic; urgency=high

  * No change rebuild against ruby-defaults without ruby2.3 support.

 -- Dimitri John Ledkov <email address hidden>  Thu, 01 Mar 2018 09:35:58 +0000

Upload details

Uploaded by:
Dimitri John Ledkov
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 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-1build3.debian.tar.xz 6.2 KiB 2607a76b42295a05a0a667ee2621ba3fe1b726f284b55345c411f07c7497a219
ruby-ncurses_1.4.9-1build3.dsc 1.8 KiB 8f54661a90ade6574f2519a06ee41b9de288b3f3fcc6ce2cb53049c8b26c6238

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