An open API service indexing awesome lists of open source software.

https://github.com/groonga/groonga-command-parser

Ruby library that parses Groonga commands
https://github.com/groonga/groonga-command-parser

Last synced: about 1 year ago
JSON representation

Ruby library that parses Groonga commands

Awesome Lists containing this project

README

          

# README

[![Gem Version](https://badge.fury.io/rb/groonga-command-parser.svg)](http://badge.fury.io/rb/groonga-command-parser)
[![Build Status](https://travis-ci.org/groonga/groonga-command-parser.svg?branch=master)](https://travis-ci.org/groonga/groonga-command-parser)

## Name

groonga-command-parser

## Description

Groonga-command-parser is a Ruby library to parses
[groonga](http://groonga.org/)'s command syntax. You can write a
program to process groonga's command by using groonga-command-parser.

## Install

% gem install groonga-command-parser

## Usage

TODO...

## Examples

TODO...

## Dependencies

* Ruby

## Mailing list

* English: [groonga-talk@lists.sourceforge.net](https://lists.sourceforge.net/lists/listinfo/groonga-talk)
* Japanese: [groonga-dev@lists.sourceforge.jp](http://lists.sourceforge.jp/mailman/listinfo/groonga-dev)

## Thanks

* ...

## Authors

* Kouhei Sutou \

## License

LGPLv2.1 or later. See doc/text/lgpl-2.1.txt for details.

(Kouhei Sutou has a right to change the license including contributed
patches.)