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
- Host: GitHub
- URL: https://github.com/groonga/groonga-command-parser
- Owner: groonga
- Created: 2013-09-29T07:47:11.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-12-24T07:25:42.000Z (over 1 year ago)
- Last Synced: 2025-04-10T01:06:48.166Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 22
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
[](http://badge.fury.io/rb/groonga-command-parser)
[](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.)