https://github.com/groonga/groonga-command
Ruby library that represents Groonga commands
https://github.com/groonga/groonga-command
Last synced: about 1 year ago
JSON representation
Ruby library that represents Groonga commands
- Host: GitHub
- URL: https://github.com/groonga/groonga-command
- Owner: groonga
- Created: 2012-11-23T13:49:55.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-11-07T08:23:25.000Z (over 2 years ago)
- Last Synced: 2025-04-10T01:08:02.094Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 414 KB
- Stars: 3
- Watchers: 22
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
[](http://badge.fury.io/rb/groonga-command)
[](https://travis-ci.org/groonga/groonga-command)
## Name
groonga-command
## Description
Groonga-command is a library that represents
[Groonga](http://groonga.org/)'s command. You can write a program that
handle Groonga's command by using groonga-command.
## Install
% gem install groonga-command
## 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.)