Project

cim

0.0
No release in over 3 years
Low commit activity in last 3 years
Instances of Cim classes are used to define a CIM schema, often represented as a .mof file. See http://www.dmtf.org/standards/cim and http://www.dmtf.org/education/mof for details
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
 Project Readme

About Cim¶ ↑

DESCRIPTION:¶ ↑

Cim is a pure-Ruby implementation of the CIM meta model.

Instances of Cim classes are used to define a CIM schema, often represented as a .mof file.

See www.dmtf.org/standards/cim and www.dmtf.org/education/mof for details

rubygems.org/gems/mof is a parser for .mof files and the primary consumer of the cim gem.

SYNOPSIS:¶ ↑

require 'cim'

REQUIREMENTS:¶ ↑

    • none -

INSTALL:¶ ↑

  • sudo gem install cim (resp. rpm -Uhv rubygem-cim)

DEVELOPERS:¶ ↑

After checking out the source, run:

$ rake newb

This task will install any missing dependencies, run the tests/specs, and generate the RDoc.

LICENSE:¶ ↑

(The Ruby License)

Copyright © 2010 Klaus Kämpf <kkaempf@suse.de>

See www.ruby-lang.org/en/LICENSE.txt for the full text