SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ruby-atomic rpm build for : Mageia 9. For other distributions click ruby-atomic.

Name : ruby-atomic
Version : 1.1.101 Vendor : Mageia_Org
Release : 6.mga9 Date : 2022-03-25 23:16:22
Group : Development/Ruby Source RPM : ruby-atomic-1.1.101-6.mga9.src.rpm
Size : 0.05 MB
Packager : umeabot < umeabot>
Summary : An atomic reference implementation for JRuby, Rubinius, and MRI
Description :
This library provides:

* an Atomic class that guarantees atomic updates to its contained value

The Atomic class provides accessors for the contained \"value\" plus two
update methods:

* update will run the provided block, passing the current value and
replacing it with the block result iff the value has not been changed
in the mean time. It may run the block repeatedly if there are other
concurrent updates in progress.
* try_update will run the provided block, passing the current value and
replacing it with the block result. If the value changes before the
update can happen, it will throw Atomic::ConcurrentUpdateError.

RPM found in directory: /vol/rzm3/linux-mageia/distrib/9/x86_64/media/core/release

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ruby-atomic-1.1.101-6.mga9.x86_64.rpm
     

Provides :
ruby-atomic
ruby-atomic(x86-64)
rubygem(atomic)

Requires :
libruby.so.3.1()(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1
ruby(rubygems)


Content of RPM :
/usr/lib/.build-id
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/18696aa9a225509f98e56e7c8e64986ad17745
/usr/lib64/gems/ruby/atomic-1.1.101
/usr/lib64/gems/ruby/atomic-1.1.101/atomic_reference.so
/usr/lib64/gems/ruby/atomic-1.1.101/gem.build_complete
/usr/share/gems/gems/atomic-1.1.101
/usr/share/gems/gems/atomic-1.1.101/.coveralls.yml
/usr/share/gems/gems/atomic-1.1.101/.gitignore
/usr/share/gems/gems/atomic-1.1.101/.travis.yml
/usr/share/gems/gems/atomic-1.1.101/Gemfile
/usr/share/gems/gems/atomic-1.1.101/LICENSE
/usr/share/gems/gems/atomic-1.1.101/README.md
/usr/share/gems/gems/atomic-1.1.101/Rakefile
/usr/share/gems/gems/atomic-1.1.101/examples
/usr/share/gems/gems/atomic-1.1.101/examples/atomic_example.rb
/usr/share/gems/gems/atomic-1.1.101/examples/bench_atomic.rb
/usr/share/gems/gems/atomic-1.1.101/examples/bench_atomic_1.rb
/usr/share/gems/gems/atomic-1.1.101/examples/graph_atomic_bench.rb
/usr/share/gems/gems/atomic-1.1.101/lib
/usr/share/gems/gems/atomic-1.1.101/lib/atomic
/usr/share/gems/gems/atomic-1.1.101/lib/atomic.rb
/usr/share/gems/gems/atomic-1.1.101/lib/atomic/concurrent_update_error.rb
/usr/share/gems/gems/atomic-1.1.101/lib/atomic/delegated_update.rb
/usr/share/gems/gems/atomic-1.1.101/lib/atomic/direct_update.rb
/usr/share/gems/gems/atomic-1.1.101/lib/atomic/fallback.rb
/usr/share/gems/gems/atomic-1.1.101/lib/atomic/jruby.rb
/usr/share/gems/gems/atomic-1.1.101/lib/atomic/numeric_cas_wrapper.rb
/usr/share/gems/gems/atomic-1.1.101/lib/atomic/rbx.rb
/usr/share/gems/gems/atomic-1.1.101/lib/atomic/ruby.rb
There is 3 files more in these RPM.

 
ICM