Registry / networking / zoom
library0.5.0rbrubygemsunverified

Ruby/ZOOM provides a Ruby binding to the Z39.50 Object-Orientation Model (ZOOM), an abstract object-oriented programming interface to a subset of the services specified by the Z39.50 standard.

gem install zoom
INSTALL
IMPORT
SIG · ZOOM
Z
zoom
networkingrubyv0.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ZOOM
require 'zoom'

Connect to a Z39.50 server and perform a search

require 'zoom' conn = ZOOM::Connection.new conn.connect('example.com', 210) result = conn.search('@attr 1=4 test') result.each { |r| puts r }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
30
OpenAI (training)
1
Resources
zoom — gem install zoom · libregistry