ruby-dbm 1.1.0-1 source package in Ubuntu

Changelog

ruby-dbm (1.1.0-1) unstable; urgency=medium

  * Initial release

 -- Antonio Terceiro <email address hidden>  Fri, 30 Dec 2022 21:03:10 -0300

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-dbm_1.1.0-1.dsc 1.9 KiB 730b9ebab7f1deb646eb0ec8a791544828e88a0b4935fd815e99cf26bb3e5960
ruby-dbm_1.1.0.orig.tar.gz 15.2 KiB 1d5cf0290aa1ecbf753539737d6c08e21a3dde41e89652e87b4d8608d721fd47
ruby-dbm_1.1.0-1.debian.tar.xz 2.7 KiB c080374f8c7da900359ac3f601a3915f0204cbf2c30417024bd6829e9fa24a1c

No changes file available.

Binary packages built by this source

ruby-dbm: wrapper for the UNIX-style Database Manager Library

 This package provides a consistent API for different possible DBM libraries.
 Dbm databases do not have tables or columns; they are simple key-value data
 stores, like a Ruby Hash except not resident in RAM. Keys and values must be
 strings.
 .
 The Debian build uses the GNU implementation of dbm (gdbm) as backend.

ruby-dbm-dbgsym: debug symbols for ruby-dbm