Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ddao-kwalify

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ddao-kwalify

  • 0.7.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= README

release:: 0.7.1 lastupdate:: $Date: 2008-01-28 15:27:12 +0900 (Mon, 28 Jan 2008) $ copyright:: copyright(c) 2005-2008 kuwata-lab all rights reserved.

== Introduction

Kwalify is a parser, schema validator, and data binding tool for YAML and JSON.

See doc/users-guide.html for details.

== Installation

If you have installed RubyGems, just type 'gem install kwalify'

$ sudo gem install kwalify

Else if you can be root user, use 'setup.rb' as following:

$ tar xjf kwalify-0.7.1.tar.bz2 $ cd kwalify-0.7.1/ $ sudo ruby setup.rb install

Else copy script and libraries to proper directory.

$ tar xjf kwalify-0.7.1.tar.bz2 $ cd kwalify-0.7.1/ $ mkdir -p $HOME/bin $ cp -a bin/* $HOME/bin $ export PATH=$PATH:$HOME/bin $ mkdir -p $HOME/lib/ruby $ cp -a lib/* $HOME/lib/ruby $ export RUBYLIB=$HOME/lib/ruby

(Optional) 'contrib/inline-require' script to concatenate all script and libraries into a file.

$ tar xjf kwalify-0.7.1.tar.bz2 $ cd kwalify-0.7.1/ $ unset RUBYLIB $ ruby contrib/inline-require -I ./lib bin/kwalify > contrib/kwalify $ chmod a+x contrib/kwalify $ mv contrib/kwalify $HOME/bin

== License

MIT License

== Copyright

copyright(c) 2005-2008 kuwata-lab all rights reserved.

FAQs

Package last updated on 18 Feb 2010

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc