--- !ruby/object:Gem::Specification name: rroonga version: !ruby/object:Gem::Version version: 9.0.2 platform: x86-mingw32 authors: - Kouhei Sutou - Tasuku SUENAGA - daijiro - Yuto HAYAMIZU - SHIDARA Yoji autorequire: bindir: bin cert_chain: [] date: 2019-05-10 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: pkg-config requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: groonga-client requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.0.3 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.0.3 - !ruby/object:Gem::Dependency name: json requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: archive-zip requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: test-unit requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.0.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.0.0 - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rake-compiler requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.9.5 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.9.5 - !ruby/object:Gem::Dependency name: rake-compiler-dock requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.6.2 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.6.2 - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: yard requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: packnga requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.0.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.0.0 - !ruby/object:Gem::Dependency name: kramdown requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: |- Rroonga is an extension library to use Groonga's DB-API layer. Rroonga provides Rubyish readable and writable API not C like API. You can use Groonga's fast and highly functional features from Ruby with Rubyish form. email: - kou@clear-code.com - a@razil.jp - morita@razil.jp - y.hayamizu@gmail.com - dara@shidara.net executables: - grntest-log-analyze - groonga-database-inspect - groonga-index-dump - grndump extensions: [] extra_rdoc_files: - README.md files: - ".yardopts" - AUTHORS - Gemfile - README.md - Rakefile - benchmark/common.rb - benchmark/create-wikipedia-database.rb - benchmark/read-write-many-small-items.rb - benchmark/repeat-load.rb - benchmark/select.rb - benchmark/write-many-small-items.rb - bin/grndump - bin/grntest-log-analyze - bin/groonga-database-inspect - bin/groonga-index-dump - doc/images/sample-schema.png - doc/text/cross-compile.md - doc/text/install.md - doc/text/news.md - doc/text/release.md - doc/text/tutorial.md - example/bookmark.rb - example/index-html.rb - example/measure-data-column-disk-usage.rb - example/measure-index-column-disk-usage.rb - example/measure-table-disk-usage.rb - ext/groonga/extconf.rb - ext/groonga/groonga.def - ext/groonga/rb-grn-accessor.c - ext/groonga/rb-grn-array-cursor.c - ext/groonga/rb-grn-array.c - ext/groonga/rb-grn-column-cache.c - ext/groonga/rb-grn-column.c - ext/groonga/rb-grn-config.c - ext/groonga/rb-grn-context.c - ext/groonga/rb-grn-data-column.c - ext/groonga/rb-grn-database.c - ext/groonga/rb-grn-default-cache.c - ext/groonga/rb-grn-double-array-trie-cursor.c - ext/groonga/rb-grn-double-array-trie.c - ext/groonga/rb-grn-encoding-support.c - ext/groonga/rb-grn-encoding.c - ext/groonga/rb-grn-equal-operator.c - ext/groonga/rb-grn-exception.c - ext/groonga/rb-grn-expression-builder.c - ext/groonga/rb-grn-expression.c - ext/groonga/rb-grn-fix-size-column.c - ext/groonga/rb-grn-flushable.c - ext/groonga/rb-grn-geo-point.c - ext/groonga/rb-grn-greater-equal-operator.c - ext/groonga/rb-grn-greater-operator.c - ext/groonga/rb-grn-hash-cursor.c - ext/groonga/rb-grn-hash.c - ext/groonga/rb-grn-id.c - ext/groonga/rb-grn-index-column.c - ext/groonga/rb-grn-index-cursor.c - ext/groonga/rb-grn-index.c - ext/groonga/rb-grn-inverted-index-cursor.c - ext/groonga/rb-grn-less-equal-operator.c - ext/groonga/rb-grn-less-operator.c - ext/groonga/rb-grn-logger.c - ext/groonga/rb-grn-match-operator.c - ext/groonga/rb-grn-name.c - ext/groonga/rb-grn-normalizer.c - ext/groonga/rb-grn-not-equal-operator.c - ext/groonga/rb-grn-object.c - ext/groonga/rb-grn-operator.c - ext/groonga/rb-grn-patricia-trie-cursor.c - ext/groonga/rb-grn-patricia-trie.c - ext/groonga/rb-grn-plugin.c - ext/groonga/rb-grn-posting.c - ext/groonga/rb-grn-prefix-operator.c - ext/groonga/rb-grn-procedure-type.c - ext/groonga/rb-grn-procedure.c - ext/groonga/rb-grn-query-logger.c - ext/groonga/rb-grn-record.c - ext/groonga/rb-grn-regexp-operator.c - ext/groonga/rb-grn-request-canceler.c - ext/groonga/rb-grn-request-timer-id.c - ext/groonga/rb-grn-request-timer.c - ext/groonga/rb-grn-snippet.c - ext/groonga/rb-grn-table-cursor-key-support.c - ext/groonga/rb-grn-table-cursor.c - ext/groonga/rb-grn-table-key-support.c - ext/groonga/rb-grn-table-sort-keys.c - ext/groonga/rb-grn-table.c - ext/groonga/rb-grn-thread.c - ext/groonga/rb-grn-type.c - ext/groonga/rb-grn-utils.c - ext/groonga/rb-grn-variable-size-column.c - ext/groonga/rb-grn-variable.c - ext/groonga/rb-grn-windows-event-logger.c - ext/groonga/rb-grn.h - ext/groonga/rb-groonga.c - extconf.rb - lib/2.2/groonga.so - lib/2.3/groonga.so - lib/2.4/groonga.so - lib/2.5/groonga.so - lib/groonga.rb - lib/groonga/column.rb - lib/groonga/context.rb - lib/groonga/context/command-executor.rb - lib/groonga/database-inspector.rb - lib/groonga/database.rb - lib/groonga/dumper.rb - lib/groonga/expression-builder.rb - lib/groonga/geo-point.rb - lib/groonga/grntest-log.rb - lib/groonga/index-column.rb - lib/groonga/index.rb - lib/groonga/logger.rb - lib/groonga/memory-pool.rb - lib/groonga/pagination.rb - lib/groonga/patricia-trie.rb - lib/groonga/posting.rb - lib/groonga/query-logger.rb - lib/groonga/record.rb - lib/groonga/schema.rb - lib/groonga/sub-records.rb - lib/rroonga.rb - misc/grnop2ruby.rb - rroonga-build.rb - rroonga.gemspec - test/groonga-test-utils.rb - test/run-test.rb - test/test-accessor.rb - test/test-array.rb - test/test-column-cache.rb - test/test-column.rb - test/test-command-select.rb - test/test-config.rb - test/test-context.rb - test/test-convert.rb - test/test-data-column.rb - test/test-database-dumper.rb - test/test-database-inspector.rb - test/test-database.rb - test/test-default-cache.rb - test/test-double-array-trie.rb - test/test-encoding.rb - test/test-error-message.rb - test/test-exception.rb - test/test-expression-builder.rb - test/test-expression.rb - test/test-fix-size-column.rb - test/test-flushable.rb - test/test-geo-point.rb - test/test-gqtp.rb - test/test-hash.rb - test/test-id.rb - test/test-index-column.rb - test/test-index-cursor.rb - test/test-lock-timeout.rb - test/test-logger.rb - test/test-memory-pool.rb - test/test-name.rb - test/test-normalizer.rb - test/test-operator.rb - test/test-package-label.rb - test/test-pagination.rb - test/test-patricia-trie.rb - test/test-plugin.rb - test/test-procedure.rb - test/test-query-logger.rb - test/test-record.rb - test/test-remote.rb - test/test-request-canceler.rb - test/test-request-timer.rb - test/test-schema-create-table.rb - test/test-schema-dumper.rb - test/test-schema-type.rb - test/test-schema.rb - test/test-snippet.rb - test/test-sub-records.rb - test/test-table-arrow.rb - test/test-table-dumper.rb - test/test-table-group.rb - test/test-table-key-support.rb - test/test-table-offset-and-limit.rb - test/test-table-select-mecab.rb - test/test-table-select-normalize.rb - test/test-table-select-weight.rb - test/test-table-select.rb - test/test-table-traverse.rb - test/test-table.rb - test/test-thread.rb - test/test-token-regexp.rb - test/test-type.rb - test/test-variable-size-column.rb - test/test-variable.rb - test/test-vector-column.rb - test/test-version.rb - test/test-windows-event-logger.rb - vendor/local/bin/cv2pdb.exe - vendor/local/bin/generate-pdb.bat - vendor/local/bin/grndb.exe - vendor/local/bin/groonga-benchmark.exe - vendor/local/bin/groonga-suggest-create-dataset.exe - vendor/local/bin/groonga.exe - vendor/local/bin/libgcc_s_sjlj-1.dll - vendor/local/bin/libgroonga-0.dll - vendor/local/bin/libmecab-2.dll - vendor/local/bin/libmsgpackc.dll - vendor/local/bin/libonigmo-6.dll - vendor/local/bin/libpcre-1.dll - vendor/local/bin/libpcrecpp-0.dll - vendor/local/bin/libpcreposix-0.dll - vendor/local/bin/libstdc++-6.dll - vendor/local/bin/lz4.exe - vendor/local/bin/lz4c.exe - vendor/local/bin/lz4cat.exe - vendor/local/bin/mecab-config - vendor/local/bin/mecab.exe - vendor/local/bin/mecabrc - vendor/local/bin/onigmo-config - vendor/local/bin/pcre-config - vendor/local/bin/pcregrep.exe - vendor/local/bin/pcretest.exe - vendor/local/bin/unlz4.exe - vendor/local/bin/zlib1.dll - vendor/local/etc/groonga/groonga.conf - vendor/local/etc/groonga/httpd/groonga-httpd.conf - vendor/local/etc/groonga/synonyms.tsv - vendor/local/include/groonga/groonga.h - vendor/local/include/groonga/groonga.hpp - vendor/local/include/groonga/groonga/accessor.h - vendor/local/include/groonga/groonga/array.h - vendor/local/include/groonga/groonga/arrow.h - vendor/local/include/groonga/groonga/arrow.hpp - vendor/local/include/groonga/groonga/cache.h - vendor/local/include/groonga/groonga/column.h - vendor/local/include/groonga/groonga/command.h - vendor/local/include/groonga/groonga/config.h - vendor/local/include/groonga/groonga/dat.h - vendor/local/include/groonga/groonga/db.h - vendor/local/include/groonga/groonga/dump.h - vendor/local/include/groonga/groonga/error.h - vendor/local/include/groonga/groonga/expr.h - vendor/local/include/groonga/groonga/file_reader.h - vendor/local/include/groonga/groonga/geo.h - vendor/local/include/groonga/groonga/groonga.h - vendor/local/include/groonga/groonga/hash.h - vendor/local/include/groonga/groonga/highlighter.h - vendor/local/include/groonga/groonga/id.h - vendor/local/include/groonga/groonga/ii.h - vendor/local/include/groonga/groonga/index_column.h - vendor/local/include/groonga/groonga/memory.h - vendor/local/include/groonga/groonga/msgpack.h - vendor/local/include/groonga/groonga/nfkc.h - vendor/local/include/groonga/groonga/normalizer.h - vendor/local/include/groonga/groonga/obj.h - vendor/local/include/groonga/groonga/operator.h - vendor/local/include/groonga/groonga/option.h - vendor/local/include/groonga/groonga/output.h - vendor/local/include/groonga/groonga/output_columns.h - vendor/local/include/groonga/groonga/pat.h - vendor/local/include/groonga/groonga/plugin.h - vendor/local/include/groonga/groonga/portability.h - vendor/local/include/groonga/groonga/raw_string.h - vendor/local/include/groonga/groonga/request_canceler.h - vendor/local/include/groonga/groonga/request_timer.h - vendor/local/include/groonga/groonga/scorer.h - vendor/local/include/groonga/groonga/string.h - vendor/local/include/groonga/groonga/table.h - vendor/local/include/groonga/groonga/thread.h - vendor/local/include/groonga/groonga/time.h - vendor/local/include/groonga/groonga/token.h - vendor/local/include/groonga/groonga/token_cursor.h - vendor/local/include/groonga/groonga/token_filter.h - vendor/local/include/groonga/groonga/token_metadata.h - vendor/local/include/groonga/groonga/tokenizer.h - vendor/local/include/groonga/groonga/tokenizer_query_deprecated.h - vendor/local/include/groonga/groonga/type.h - vendor/local/include/groonga/groonga/util.h - vendor/local/include/groonga/groonga/vector.h - vendor/local/include/groonga/groonga/version.h - vendor/local/include/groonga/groonga/window_function.h - vendor/local/include/groonga/groonga/window_function_executor.h - vendor/local/include/groonga/groonga/windows.h - vendor/local/include/groonga/groonga/windows_event_logger.h - vendor/local/include/lz4.h - vendor/local/include/lz4frame.h - vendor/local/include/lz4frame_static.h - vendor/local/include/lz4hc.h - vendor/local/include/mecab.h - vendor/local/include/msgpack.h - vendor/local/include/msgpack.hpp - vendor/local/include/msgpack/adaptor/adaptor_base.hpp - vendor/local/include/msgpack/adaptor/adaptor_base_decl.hpp - vendor/local/include/msgpack/adaptor/array_ref.hpp - vendor/local/include/msgpack/adaptor/array_ref_decl.hpp - vendor/local/include/msgpack/adaptor/bool.hpp - vendor/local/include/msgpack/adaptor/boost/fusion.hpp - vendor/local/include/msgpack/adaptor/boost/msgpack_variant.hpp - vendor/local/include/msgpack/adaptor/boost/msgpack_variant_decl.hpp - vendor/local/include/msgpack/adaptor/boost/optional.hpp - vendor/local/include/msgpack/adaptor/boost/string_ref.hpp - vendor/local/include/msgpack/adaptor/boost/string_view.hpp - vendor/local/include/msgpack/adaptor/carray.hpp - vendor/local/include/msgpack/adaptor/char_ptr.hpp - vendor/local/include/msgpack/adaptor/check_container_size.hpp - vendor/local/include/msgpack/adaptor/check_container_size_decl.hpp - vendor/local/include/msgpack/adaptor/cpp11/array.hpp - vendor/local/include/msgpack/adaptor/cpp11/array_char.hpp - vendor/local/include/msgpack/adaptor/cpp11/array_unsigned_char.hpp - vendor/local/include/msgpack/adaptor/cpp11/forward_list.hpp - vendor/local/include/msgpack/adaptor/cpp11/reference_wrapper.hpp - vendor/local/include/msgpack/adaptor/cpp11/shared_ptr.hpp - vendor/local/include/msgpack/adaptor/cpp11/tuple.hpp - vendor/local/include/msgpack/adaptor/cpp11/unique_ptr.hpp - vendor/local/include/msgpack/adaptor/cpp11/unordered_map.hpp - vendor/local/include/msgpack/adaptor/cpp11/unordered_set.hpp - vendor/local/include/msgpack/adaptor/cpp17/optional.hpp - vendor/local/include/msgpack/adaptor/cpp17/string_view.hpp - vendor/local/include/msgpack/adaptor/define.hpp - vendor/local/include/msgpack/adaptor/define_decl.hpp - vendor/local/include/msgpack/adaptor/deque.hpp - vendor/local/include/msgpack/adaptor/ext.hpp - vendor/local/include/msgpack/adaptor/ext_decl.hpp - vendor/local/include/msgpack/adaptor/fixint.hpp - vendor/local/include/msgpack/adaptor/fixint_decl.hpp - vendor/local/include/msgpack/adaptor/float.hpp - vendor/local/include/msgpack/adaptor/int.hpp - vendor/local/include/msgpack/adaptor/int_decl.hpp - vendor/local/include/msgpack/adaptor/list.hpp - vendor/local/include/msgpack/adaptor/map.hpp - vendor/local/include/msgpack/adaptor/map_decl.hpp - vendor/local/include/msgpack/adaptor/msgpack_tuple.hpp - vendor/local/include/msgpack/adaptor/msgpack_tuple_decl.hpp - vendor/local/include/msgpack/adaptor/nil.hpp - vendor/local/include/msgpack/adaptor/nil_decl.hpp - vendor/local/include/msgpack/adaptor/pair.hpp - vendor/local/include/msgpack/adaptor/raw.hpp - vendor/local/include/msgpack/adaptor/raw_decl.hpp - vendor/local/include/msgpack/adaptor/set.hpp - vendor/local/include/msgpack/adaptor/size_equal_only.hpp - vendor/local/include/msgpack/adaptor/size_equal_only_decl.hpp - vendor/local/include/msgpack/adaptor/string.hpp - vendor/local/include/msgpack/adaptor/tr1/unordered_map.hpp - vendor/local/include/msgpack/adaptor/tr1/unordered_set.hpp - vendor/local/include/msgpack/adaptor/v4raw.hpp - vendor/local/include/msgpack/adaptor/v4raw_decl.hpp - vendor/local/include/msgpack/adaptor/vector.hpp - vendor/local/include/msgpack/adaptor/vector_bool.hpp - vendor/local/include/msgpack/adaptor/vector_char.hpp - vendor/local/include/msgpack/adaptor/vector_unsigned_char.hpp - vendor/local/include/msgpack/cpp_config.hpp - vendor/local/include/msgpack/cpp_config_decl.hpp - vendor/local/include/msgpack/create_object_visitor.hpp - vendor/local/include/msgpack/create_object_visitor_decl.hpp - vendor/local/include/msgpack/fbuffer.h - vendor/local/include/msgpack/fbuffer.hpp - vendor/local/include/msgpack/fbuffer_decl.hpp - vendor/local/include/msgpack/gcc_atomic.h - vendor/local/include/msgpack/gcc_atomic.hpp - vendor/local/include/msgpack/iterator.hpp - vendor/local/include/msgpack/iterator_decl.hpp - vendor/local/include/msgpack/meta.hpp - vendor/local/include/msgpack/meta_decl.hpp - vendor/local/include/msgpack/null_visitor.hpp - vendor/local/include/msgpack/null_visitor_decl.hpp - vendor/local/include/msgpack/object.h - vendor/local/include/msgpack/object.hpp - vendor/local/include/msgpack/object_decl.hpp - vendor/local/include/msgpack/object_fwd.hpp - vendor/local/include/msgpack/object_fwd_decl.hpp - vendor/local/include/msgpack/pack.h - vendor/local/include/msgpack/pack.hpp - vendor/local/include/msgpack/pack_decl.hpp - vendor/local/include/msgpack/pack_define.h - vendor/local/include/msgpack/pack_template.h - vendor/local/include/msgpack/parse.hpp - vendor/local/include/msgpack/parse_decl.hpp - vendor/local/include/msgpack/parse_return.hpp - vendor/local/include/msgpack/predef.h - vendor/local/include/msgpack/predef/architecture.h - vendor/local/include/msgpack/predef/architecture/alpha.h - vendor/local/include/msgpack/predef/architecture/arm.h - vendor/local/include/msgpack/predef/architecture/blackfin.h - vendor/local/include/msgpack/predef/architecture/convex.h - vendor/local/include/msgpack/predef/architecture/ia64.h - vendor/local/include/msgpack/predef/architecture/m68k.h - vendor/local/include/msgpack/predef/architecture/mips.h - vendor/local/include/msgpack/predef/architecture/parisc.h - vendor/local/include/msgpack/predef/architecture/ppc.h - vendor/local/include/msgpack/predef/architecture/pyramid.h - vendor/local/include/msgpack/predef/architecture/rs6k.h - vendor/local/include/msgpack/predef/architecture/sparc.h - vendor/local/include/msgpack/predef/architecture/superh.h - vendor/local/include/msgpack/predef/architecture/sys370.h - vendor/local/include/msgpack/predef/architecture/sys390.h - vendor/local/include/msgpack/predef/architecture/x86.h - vendor/local/include/msgpack/predef/architecture/x86/32.h - vendor/local/include/msgpack/predef/architecture/x86/64.h - vendor/local/include/msgpack/predef/architecture/z.h - vendor/local/include/msgpack/predef/compiler.h - vendor/local/include/msgpack/predef/compiler/borland.h - vendor/local/include/msgpack/predef/compiler/clang.h - vendor/local/include/msgpack/predef/compiler/comeau.h - vendor/local/include/msgpack/predef/compiler/compaq.h - vendor/local/include/msgpack/predef/compiler/diab.h - vendor/local/include/msgpack/predef/compiler/digitalmars.h - vendor/local/include/msgpack/predef/compiler/dignus.h - vendor/local/include/msgpack/predef/compiler/edg.h - vendor/local/include/msgpack/predef/compiler/ekopath.h - vendor/local/include/msgpack/predef/compiler/gcc.h - vendor/local/include/msgpack/predef/compiler/gcc_xml.h - vendor/local/include/msgpack/predef/compiler/greenhills.h - vendor/local/include/msgpack/predef/compiler/hp_acc.h - vendor/local/include/msgpack/predef/compiler/iar.h - vendor/local/include/msgpack/predef/compiler/ibm.h - vendor/local/include/msgpack/predef/compiler/intel.h - vendor/local/include/msgpack/predef/compiler/kai.h - vendor/local/include/msgpack/predef/compiler/llvm.h - vendor/local/include/msgpack/predef/compiler/metaware.h - vendor/local/include/msgpack/predef/compiler/metrowerks.h - vendor/local/include/msgpack/predef/compiler/microtec.h - vendor/local/include/msgpack/predef/compiler/mpw.h - vendor/local/include/msgpack/predef/compiler/palm.h - vendor/local/include/msgpack/predef/compiler/pgi.h - vendor/local/include/msgpack/predef/compiler/sgi_mipspro.h - vendor/local/include/msgpack/predef/compiler/sunpro.h - vendor/local/include/msgpack/predef/compiler/tendra.h - vendor/local/include/msgpack/predef/compiler/visualc.h - vendor/local/include/msgpack/predef/compiler/watcom.h - vendor/local/include/msgpack/predef/detail/_cassert.h - vendor/local/include/msgpack/predef/detail/_exception.h - vendor/local/include/msgpack/predef/detail/comp_detected.h - vendor/local/include/msgpack/predef/detail/endian_compat.h - vendor/local/include/msgpack/predef/detail/os_detected.h - vendor/local/include/msgpack/predef/detail/platform_detected.h - vendor/local/include/msgpack/predef/detail/test.h - vendor/local/include/msgpack/predef/detail/test_def.h - vendor/local/include/msgpack/predef/hardware.h - vendor/local/include/msgpack/predef/hardware/simd.h - vendor/local/include/msgpack/predef/hardware/simd/arm.h - vendor/local/include/msgpack/predef/hardware/simd/arm/versions.h - vendor/local/include/msgpack/predef/hardware/simd/ppc.h - vendor/local/include/msgpack/predef/hardware/simd/ppc/versions.h - vendor/local/include/msgpack/predef/hardware/simd/x86.h - vendor/local/include/msgpack/predef/hardware/simd/x86/versions.h - vendor/local/include/msgpack/predef/hardware/simd/x86_amd.h - vendor/local/include/msgpack/predef/hardware/simd/x86_amd/versions.h - vendor/local/include/msgpack/predef/language.h - vendor/local/include/msgpack/predef/language/objc.h - vendor/local/include/msgpack/predef/language/stdc.h - vendor/local/include/msgpack/predef/language/stdcpp.h - vendor/local/include/msgpack/predef/library.h - vendor/local/include/msgpack/predef/library/c.h - vendor/local/include/msgpack/predef/library/c/_prefix.h - vendor/local/include/msgpack/predef/library/c/gnu.h - vendor/local/include/msgpack/predef/library/c/uc.h - vendor/local/include/msgpack/predef/library/c/vms.h - vendor/local/include/msgpack/predef/library/c/zos.h - vendor/local/include/msgpack/predef/library/std.h - vendor/local/include/msgpack/predef/library/std/_prefix.h - vendor/local/include/msgpack/predef/library/std/cxx.h - vendor/local/include/msgpack/predef/library/std/dinkumware.h - vendor/local/include/msgpack/predef/library/std/libcomo.h - vendor/local/include/msgpack/predef/library/std/modena.h - vendor/local/include/msgpack/predef/library/std/msl.h - vendor/local/include/msgpack/predef/library/std/roguewave.h - vendor/local/include/msgpack/predef/library/std/sgi.h - vendor/local/include/msgpack/predef/library/std/stdcpp3.h - vendor/local/include/msgpack/predef/library/std/stlport.h - vendor/local/include/msgpack/predef/library/std/vacpp.h - vendor/local/include/msgpack/predef/make.h - vendor/local/include/msgpack/predef/os.h - vendor/local/include/msgpack/predef/os/aix.h - vendor/local/include/msgpack/predef/os/amigaos.h - vendor/local/include/msgpack/predef/os/android.h - vendor/local/include/msgpack/predef/os/beos.h - vendor/local/include/msgpack/predef/os/bsd.h - vendor/local/include/msgpack/predef/os/bsd/bsdi.h - vendor/local/include/msgpack/predef/os/bsd/dragonfly.h - vendor/local/include/msgpack/predef/os/bsd/free.h - vendor/local/include/msgpack/predef/os/bsd/net.h - vendor/local/include/msgpack/predef/os/bsd/open.h - vendor/local/include/msgpack/predef/os/cygwin.h - vendor/local/include/msgpack/predef/os/haiku.h - vendor/local/include/msgpack/predef/os/hpux.h - vendor/local/include/msgpack/predef/os/ios.h - vendor/local/include/msgpack/predef/os/irix.h - vendor/local/include/msgpack/predef/os/linux.h - vendor/local/include/msgpack/predef/os/macos.h - vendor/local/include/msgpack/predef/os/os400.h - vendor/local/include/msgpack/predef/os/qnxnto.h - vendor/local/include/msgpack/predef/os/solaris.h - vendor/local/include/msgpack/predef/os/unix.h - vendor/local/include/msgpack/predef/os/vms.h - vendor/local/include/msgpack/predef/os/windows.h - vendor/local/include/msgpack/predef/other.h - vendor/local/include/msgpack/predef/other/endian.h - vendor/local/include/msgpack/predef/platform.h - vendor/local/include/msgpack/predef/platform/mingw.h - vendor/local/include/msgpack/predef/platform/windows_desktop.h - vendor/local/include/msgpack/predef/platform/windows_phone.h - vendor/local/include/msgpack/predef/platform/windows_runtime.h - vendor/local/include/msgpack/predef/platform/windows_store.h - vendor/local/include/msgpack/predef/version.h - vendor/local/include/msgpack/predef/version_number.h - vendor/local/include/msgpack/preprocessor.hpp - vendor/local/include/msgpack/preprocessor/arithmetic.hpp - vendor/local/include/msgpack/preprocessor/arithmetic/add.hpp - vendor/local/include/msgpack/preprocessor/arithmetic/dec.hpp - vendor/local/include/msgpack/preprocessor/arithmetic/detail/div_base.hpp - vendor/local/include/msgpack/preprocessor/arithmetic/div.hpp - vendor/local/include/msgpack/preprocessor/arithmetic/inc.hpp - vendor/local/include/msgpack/preprocessor/arithmetic/mod.hpp - vendor/local/include/msgpack/preprocessor/arithmetic/mul.hpp - vendor/local/include/msgpack/preprocessor/arithmetic/sub.hpp - vendor/local/include/msgpack/preprocessor/array.hpp - vendor/local/include/msgpack/preprocessor/array/data.hpp - vendor/local/include/msgpack/preprocessor/array/detail/get_data.hpp - vendor/local/include/msgpack/preprocessor/array/elem.hpp - vendor/local/include/msgpack/preprocessor/array/enum.hpp - vendor/local/include/msgpack/preprocessor/array/insert.hpp - vendor/local/include/msgpack/preprocessor/array/pop_back.hpp - vendor/local/include/msgpack/preprocessor/array/pop_front.hpp - vendor/local/include/msgpack/preprocessor/array/push_back.hpp - vendor/local/include/msgpack/preprocessor/array/push_front.hpp - vendor/local/include/msgpack/preprocessor/array/remove.hpp - vendor/local/include/msgpack/preprocessor/array/replace.hpp - vendor/local/include/msgpack/preprocessor/array/reverse.hpp - vendor/local/include/msgpack/preprocessor/array/size.hpp - vendor/local/include/msgpack/preprocessor/array/to_list.hpp - vendor/local/include/msgpack/preprocessor/array/to_seq.hpp - vendor/local/include/msgpack/preprocessor/array/to_tuple.hpp - vendor/local/include/msgpack/preprocessor/assert_msg.hpp - vendor/local/include/msgpack/preprocessor/cat.hpp - vendor/local/include/msgpack/preprocessor/comma.hpp - vendor/local/include/msgpack/preprocessor/comma_if.hpp - vendor/local/include/msgpack/preprocessor/comparison.hpp - vendor/local/include/msgpack/preprocessor/comparison/equal.hpp - vendor/local/include/msgpack/preprocessor/comparison/greater.hpp - vendor/local/include/msgpack/preprocessor/comparison/greater_equal.hpp - vendor/local/include/msgpack/preprocessor/comparison/less.hpp - vendor/local/include/msgpack/preprocessor/comparison/less_equal.hpp - vendor/local/include/msgpack/preprocessor/comparison/not_equal.hpp - vendor/local/include/msgpack/preprocessor/config/config.hpp - vendor/local/include/msgpack/preprocessor/config/limits.hpp - vendor/local/include/msgpack/preprocessor/control.hpp - vendor/local/include/msgpack/preprocessor/control/deduce_d.hpp - vendor/local/include/msgpack/preprocessor/control/detail/dmc/while.hpp - vendor/local/include/msgpack/preprocessor/control/detail/edg/while.hpp - vendor/local/include/msgpack/preprocessor/control/detail/msvc/while.hpp - vendor/local/include/msgpack/preprocessor/control/detail/while.hpp - vendor/local/include/msgpack/preprocessor/control/expr_if.hpp - vendor/local/include/msgpack/preprocessor/control/expr_iif.hpp - vendor/local/include/msgpack/preprocessor/control/if.hpp - vendor/local/include/msgpack/preprocessor/control/iif.hpp - vendor/local/include/msgpack/preprocessor/control/while.hpp - vendor/local/include/msgpack/preprocessor/debug.hpp - vendor/local/include/msgpack/preprocessor/debug/assert.hpp - vendor/local/include/msgpack/preprocessor/debug/error.hpp - vendor/local/include/msgpack/preprocessor/debug/line.hpp - vendor/local/include/msgpack/preprocessor/dec.hpp - vendor/local/include/msgpack/preprocessor/detail/auto_rec.hpp - vendor/local/include/msgpack/preprocessor/detail/check.hpp - vendor/local/include/msgpack/preprocessor/detail/dmc/auto_rec.hpp - vendor/local/include/msgpack/preprocessor/detail/is_binary.hpp - vendor/local/include/msgpack/preprocessor/detail/is_nullary.hpp - vendor/local/include/msgpack/preprocessor/detail/is_unary.hpp - vendor/local/include/msgpack/preprocessor/detail/null.hpp - vendor/local/include/msgpack/preprocessor/detail/split.hpp - vendor/local/include/msgpack/preprocessor/empty.hpp - vendor/local/include/msgpack/preprocessor/enum.hpp - vendor/local/include/msgpack/preprocessor/enum_params.hpp - vendor/local/include/msgpack/preprocessor/enum_params_with_a_default.hpp - vendor/local/include/msgpack/preprocessor/enum_params_with_defaults.hpp - vendor/local/include/msgpack/preprocessor/enum_shifted.hpp - vendor/local/include/msgpack/preprocessor/enum_shifted_params.hpp - vendor/local/include/msgpack/preprocessor/expand.hpp - vendor/local/include/msgpack/preprocessor/expr_if.hpp - vendor/local/include/msgpack/preprocessor/facilities.hpp - vendor/local/include/msgpack/preprocessor/facilities/apply.hpp - vendor/local/include/msgpack/preprocessor/facilities/detail/is_empty.hpp - vendor/local/include/msgpack/preprocessor/facilities/empty.hpp - vendor/local/include/msgpack/preprocessor/facilities/expand.hpp - vendor/local/include/msgpack/preprocessor/facilities/identity.hpp - vendor/local/include/msgpack/preprocessor/facilities/intercept.hpp - vendor/local/include/msgpack/preprocessor/facilities/is_1.hpp - vendor/local/include/msgpack/preprocessor/facilities/is_empty.hpp - vendor/local/include/msgpack/preprocessor/facilities/is_empty_or_1.hpp - vendor/local/include/msgpack/preprocessor/facilities/is_empty_variadic.hpp - vendor/local/include/msgpack/preprocessor/facilities/overload.hpp - vendor/local/include/msgpack/preprocessor/for.hpp - vendor/local/include/msgpack/preprocessor/identity.hpp - vendor/local/include/msgpack/preprocessor/if.hpp - vendor/local/include/msgpack/preprocessor/inc.hpp - vendor/local/include/msgpack/preprocessor/iterate.hpp - vendor/local/include/msgpack/preprocessor/iteration.hpp - vendor/local/include/msgpack/preprocessor/iteration/detail/bounds/lower1.hpp - vendor/local/include/msgpack/preprocessor/iteration/detail/bounds/lower2.hpp - vendor/local/include/msgpack/preprocessor/iteration/detail/bounds/lower3.hpp - vendor/local/include/msgpack/preprocessor/iteration/detail/bounds/lower4.hpp - vendor/local/include/msgpack/preprocessor/iteration/detail/bounds/lower5.hpp - vendor/local/include/msgpack/preprocessor/iteration/detail/bounds/upper1.hpp - vendor/local/include/msgpack/preprocessor/iteration/detail/bounds/upper2.hpp - vendor/local/include/msgpack/preprocessor/iteration/detail/bounds/upper3.hpp - vendor/local/include/msgpack/preprocessor/iteration/detail/bounds/upper4.hpp - vendor/local/include/msgpack/preprocessor/iteration/detail/bounds/upper5.hpp - vendor/local/include/msgpack/preprocessor/iteration/detail/finish.hpp - vendor/local/include/msgpack/preprocessor/iteration/detail/iter/forward1.hpp - vendor/local/include/msgpack/preprocessor/iteration/detail/iter/forward2.hpp - vendor/local/include/msgpack/preprocessor/iteration/detail/iter/forward3.hpp - vendor/local/include/msgpack/preprocessor/iteration/detail/iter/forward4.hpp - vendor/local/include/msgpack/preprocessor/iteration/detail/iter/forward5.hpp - vendor/local/include/msgpack/preprocessor/iteration/detail/iter/reverse1.hpp - vendor/local/include/msgpack/preprocessor/iteration/detail/iter/reverse2.hpp - vendor/local/include/msgpack/preprocessor/iteration/detail/iter/reverse3.hpp - vendor/local/include/msgpack/preprocessor/iteration/detail/iter/reverse4.hpp - vendor/local/include/msgpack/preprocessor/iteration/detail/iter/reverse5.hpp - vendor/local/include/msgpack/preprocessor/iteration/detail/local.hpp - vendor/local/include/msgpack/preprocessor/iteration/detail/rlocal.hpp - vendor/local/include/msgpack/preprocessor/iteration/detail/self.hpp - vendor/local/include/msgpack/preprocessor/iteration/detail/start.hpp - vendor/local/include/msgpack/preprocessor/iteration/iterate.hpp - vendor/local/include/msgpack/preprocessor/iteration/local.hpp - vendor/local/include/msgpack/preprocessor/iteration/self.hpp - vendor/local/include/msgpack/preprocessor/library.hpp - vendor/local/include/msgpack/preprocessor/limits.hpp - vendor/local/include/msgpack/preprocessor/list.hpp - vendor/local/include/msgpack/preprocessor/list/adt.hpp - vendor/local/include/msgpack/preprocessor/list/append.hpp - vendor/local/include/msgpack/preprocessor/list/at.hpp - vendor/local/include/msgpack/preprocessor/list/cat.hpp - vendor/local/include/msgpack/preprocessor/list/detail/dmc/fold_left.hpp - vendor/local/include/msgpack/preprocessor/list/detail/edg/fold_left.hpp - vendor/local/include/msgpack/preprocessor/list/detail/edg/fold_right.hpp - vendor/local/include/msgpack/preprocessor/list/detail/fold_left.hpp - vendor/local/include/msgpack/preprocessor/list/detail/fold_right.hpp - vendor/local/include/msgpack/preprocessor/list/enum.hpp - vendor/local/include/msgpack/preprocessor/list/filter.hpp - vendor/local/include/msgpack/preprocessor/list/first_n.hpp - vendor/local/include/msgpack/preprocessor/list/fold_left.hpp - vendor/local/include/msgpack/preprocessor/list/fold_right.hpp - vendor/local/include/msgpack/preprocessor/list/for_each.hpp - vendor/local/include/msgpack/preprocessor/list/for_each_i.hpp - vendor/local/include/msgpack/preprocessor/list/for_each_product.hpp - vendor/local/include/msgpack/preprocessor/list/rest_n.hpp - vendor/local/include/msgpack/preprocessor/list/reverse.hpp - vendor/local/include/msgpack/preprocessor/list/size.hpp - vendor/local/include/msgpack/preprocessor/list/to_array.hpp - vendor/local/include/msgpack/preprocessor/list/to_seq.hpp - vendor/local/include/msgpack/preprocessor/list/to_tuple.hpp - vendor/local/include/msgpack/preprocessor/list/transform.hpp - vendor/local/include/msgpack/preprocessor/logical.hpp - vendor/local/include/msgpack/preprocessor/logical/and.hpp - vendor/local/include/msgpack/preprocessor/logical/bitand.hpp - vendor/local/include/msgpack/preprocessor/logical/bitnor.hpp - vendor/local/include/msgpack/preprocessor/logical/bitor.hpp - vendor/local/include/msgpack/preprocessor/logical/bitxor.hpp - vendor/local/include/msgpack/preprocessor/logical/bool.hpp - vendor/local/include/msgpack/preprocessor/logical/compl.hpp - vendor/local/include/msgpack/preprocessor/logical/nor.hpp - vendor/local/include/msgpack/preprocessor/logical/not.hpp - vendor/local/include/msgpack/preprocessor/logical/or.hpp - vendor/local/include/msgpack/preprocessor/logical/xor.hpp - vendor/local/include/msgpack/preprocessor/max.hpp - vendor/local/include/msgpack/preprocessor/min.hpp - vendor/local/include/msgpack/preprocessor/punctuation.hpp - vendor/local/include/msgpack/preprocessor/punctuation/comma.hpp - vendor/local/include/msgpack/preprocessor/punctuation/comma_if.hpp - vendor/local/include/msgpack/preprocessor/punctuation/detail/is_begin_parens.hpp - vendor/local/include/msgpack/preprocessor/punctuation/is_begin_parens.hpp - vendor/local/include/msgpack/preprocessor/punctuation/paren.hpp - vendor/local/include/msgpack/preprocessor/punctuation/paren_if.hpp - vendor/local/include/msgpack/preprocessor/punctuation/remove_parens.hpp - vendor/local/include/msgpack/preprocessor/repeat.hpp - vendor/local/include/msgpack/preprocessor/repeat_2nd.hpp - vendor/local/include/msgpack/preprocessor/repeat_3rd.hpp - vendor/local/include/msgpack/preprocessor/repeat_from_to.hpp - vendor/local/include/msgpack/preprocessor/repeat_from_to_2nd.hpp - vendor/local/include/msgpack/preprocessor/repeat_from_to_3rd.hpp - vendor/local/include/msgpack/preprocessor/repetition.hpp - vendor/local/include/msgpack/preprocessor/repetition/deduce_r.hpp - vendor/local/include/msgpack/preprocessor/repetition/deduce_z.hpp - vendor/local/include/msgpack/preprocessor/repetition/detail/dmc/for.hpp - vendor/local/include/msgpack/preprocessor/repetition/detail/edg/for.hpp - vendor/local/include/msgpack/preprocessor/repetition/detail/for.hpp - vendor/local/include/msgpack/preprocessor/repetition/detail/msvc/for.hpp - vendor/local/include/msgpack/preprocessor/repetition/enum.hpp - vendor/local/include/msgpack/preprocessor/repetition/enum_binary_params.hpp - vendor/local/include/msgpack/preprocessor/repetition/enum_params.hpp - vendor/local/include/msgpack/preprocessor/repetition/enum_params_with_a_default.hpp - vendor/local/include/msgpack/preprocessor/repetition/enum_params_with_defaults.hpp - vendor/local/include/msgpack/preprocessor/repetition/enum_shifted.hpp - vendor/local/include/msgpack/preprocessor/repetition/enum_shifted_binary_params.hpp - vendor/local/include/msgpack/preprocessor/repetition/enum_shifted_params.hpp - vendor/local/include/msgpack/preprocessor/repetition/enum_trailing.hpp - vendor/local/include/msgpack/preprocessor/repetition/enum_trailing_binary_params.hpp - vendor/local/include/msgpack/preprocessor/repetition/enum_trailing_params.hpp - vendor/local/include/msgpack/preprocessor/repetition/for.hpp - vendor/local/include/msgpack/preprocessor/repetition/repeat.hpp - vendor/local/include/msgpack/preprocessor/repetition/repeat_from_to.hpp - vendor/local/include/msgpack/preprocessor/selection.hpp - vendor/local/include/msgpack/preprocessor/selection/max.hpp - vendor/local/include/msgpack/preprocessor/selection/min.hpp - vendor/local/include/msgpack/preprocessor/seq.hpp - vendor/local/include/msgpack/preprocessor/seq/cat.hpp - vendor/local/include/msgpack/preprocessor/seq/detail/binary_transform.hpp - vendor/local/include/msgpack/preprocessor/seq/detail/is_empty.hpp - vendor/local/include/msgpack/preprocessor/seq/detail/split.hpp - vendor/local/include/msgpack/preprocessor/seq/elem.hpp - vendor/local/include/msgpack/preprocessor/seq/enum.hpp - vendor/local/include/msgpack/preprocessor/seq/filter.hpp - vendor/local/include/msgpack/preprocessor/seq/first_n.hpp - vendor/local/include/msgpack/preprocessor/seq/fold_left.hpp - vendor/local/include/msgpack/preprocessor/seq/fold_right.hpp - vendor/local/include/msgpack/preprocessor/seq/for_each.hpp - vendor/local/include/msgpack/preprocessor/seq/for_each_i.hpp - vendor/local/include/msgpack/preprocessor/seq/for_each_product.hpp - vendor/local/include/msgpack/preprocessor/seq/insert.hpp - vendor/local/include/msgpack/preprocessor/seq/pop_back.hpp - vendor/local/include/msgpack/preprocessor/seq/pop_front.hpp - vendor/local/include/msgpack/preprocessor/seq/push_back.hpp - vendor/local/include/msgpack/preprocessor/seq/push_front.hpp - vendor/local/include/msgpack/preprocessor/seq/remove.hpp - vendor/local/include/msgpack/preprocessor/seq/replace.hpp - vendor/local/include/msgpack/preprocessor/seq/rest_n.hpp - vendor/local/include/msgpack/preprocessor/seq/reverse.hpp - vendor/local/include/msgpack/preprocessor/seq/seq.hpp - vendor/local/include/msgpack/preprocessor/seq/size.hpp - vendor/local/include/msgpack/preprocessor/seq/subseq.hpp - vendor/local/include/msgpack/preprocessor/seq/to_array.hpp - vendor/local/include/msgpack/preprocessor/seq/to_list.hpp - vendor/local/include/msgpack/preprocessor/seq/to_tuple.hpp - vendor/local/include/msgpack/preprocessor/seq/transform.hpp - vendor/local/include/msgpack/preprocessor/seq/variadic_seq_to_seq.hpp - vendor/local/include/msgpack/preprocessor/slot.hpp - vendor/local/include/msgpack/preprocessor/slot/counter.hpp - vendor/local/include/msgpack/preprocessor/slot/detail/counter.hpp - vendor/local/include/msgpack/preprocessor/slot/detail/def.hpp - vendor/local/include/msgpack/preprocessor/slot/detail/shared.hpp - vendor/local/include/msgpack/preprocessor/slot/detail/slot1.hpp - vendor/local/include/msgpack/preprocessor/slot/detail/slot2.hpp - vendor/local/include/msgpack/preprocessor/slot/detail/slot3.hpp - vendor/local/include/msgpack/preprocessor/slot/detail/slot4.hpp - vendor/local/include/msgpack/preprocessor/slot/detail/slot5.hpp - vendor/local/include/msgpack/preprocessor/slot/slot.hpp - vendor/local/include/msgpack/preprocessor/stringize.hpp - vendor/local/include/msgpack/preprocessor/tuple.hpp - vendor/local/include/msgpack/preprocessor/tuple/detail/is_single_return.hpp - vendor/local/include/msgpack/preprocessor/tuple/eat.hpp - vendor/local/include/msgpack/preprocessor/tuple/elem.hpp - vendor/local/include/msgpack/preprocessor/tuple/enum.hpp - vendor/local/include/msgpack/preprocessor/tuple/insert.hpp - vendor/local/include/msgpack/preprocessor/tuple/pop_back.hpp - vendor/local/include/msgpack/preprocessor/tuple/pop_front.hpp - vendor/local/include/msgpack/preprocessor/tuple/push_back.hpp - vendor/local/include/msgpack/preprocessor/tuple/push_front.hpp - vendor/local/include/msgpack/preprocessor/tuple/rem.hpp - vendor/local/include/msgpack/preprocessor/tuple/remove.hpp - vendor/local/include/msgpack/preprocessor/tuple/replace.hpp - vendor/local/include/msgpack/preprocessor/tuple/reverse.hpp - vendor/local/include/msgpack/preprocessor/tuple/size.hpp - vendor/local/include/msgpack/preprocessor/tuple/to_array.hpp - vendor/local/include/msgpack/preprocessor/tuple/to_list.hpp - vendor/local/include/msgpack/preprocessor/tuple/to_seq.hpp - vendor/local/include/msgpack/preprocessor/variadic.hpp - vendor/local/include/msgpack/preprocessor/variadic/detail/is_single_return.hpp - vendor/local/include/msgpack/preprocessor/variadic/elem.hpp - vendor/local/include/msgpack/preprocessor/variadic/size.hpp - vendor/local/include/msgpack/preprocessor/variadic/to_array.hpp - vendor/local/include/msgpack/preprocessor/variadic/to_list.hpp - vendor/local/include/msgpack/preprocessor/variadic/to_seq.hpp - vendor/local/include/msgpack/preprocessor/variadic/to_tuple.hpp - vendor/local/include/msgpack/preprocessor/while.hpp - vendor/local/include/msgpack/preprocessor/wstringize.hpp - vendor/local/include/msgpack/sbuffer.h - vendor/local/include/msgpack/sbuffer.hpp - vendor/local/include/msgpack/sbuffer_decl.hpp - vendor/local/include/msgpack/sysdep.h - vendor/local/include/msgpack/type.hpp - vendor/local/include/msgpack/unpack.h - vendor/local/include/msgpack/unpack.hpp - vendor/local/include/msgpack/unpack_decl.hpp - vendor/local/include/msgpack/unpack_define.h - vendor/local/include/msgpack/unpack_exception.hpp - vendor/local/include/msgpack/unpack_template.h - vendor/local/include/msgpack/util.h - vendor/local/include/msgpack/v1/adaptor/adaptor_base.hpp - vendor/local/include/msgpack/v1/adaptor/adaptor_base_decl.hpp - vendor/local/include/msgpack/v1/adaptor/array_ref.hpp - vendor/local/include/msgpack/v1/adaptor/array_ref_decl.hpp - vendor/local/include/msgpack/v1/adaptor/bool.hpp - vendor/local/include/msgpack/v1/adaptor/boost/fusion.hpp - vendor/local/include/msgpack/v1/adaptor/boost/msgpack_variant.hpp - vendor/local/include/msgpack/v1/adaptor/boost/msgpack_variant_decl.hpp - vendor/local/include/msgpack/v1/adaptor/boost/optional.hpp - vendor/local/include/msgpack/v1/adaptor/boost/string_ref.hpp - vendor/local/include/msgpack/v1/adaptor/boost/string_view.hpp - vendor/local/include/msgpack/v1/adaptor/carray.hpp - vendor/local/include/msgpack/v1/adaptor/char_ptr.hpp - vendor/local/include/msgpack/v1/adaptor/check_container_size.hpp - vendor/local/include/msgpack/v1/adaptor/check_container_size_decl.hpp - vendor/local/include/msgpack/v1/adaptor/cpp11/array.hpp - vendor/local/include/msgpack/v1/adaptor/cpp11/array_char.hpp - vendor/local/include/msgpack/v1/adaptor/cpp11/array_unsigned_char.hpp - vendor/local/include/msgpack/v1/adaptor/cpp11/forward_list.hpp - vendor/local/include/msgpack/v1/adaptor/cpp11/reference_wrapper.hpp - vendor/local/include/msgpack/v1/adaptor/cpp11/shared_ptr.hpp - vendor/local/include/msgpack/v1/adaptor/cpp11/tuple.hpp - vendor/local/include/msgpack/v1/adaptor/cpp11/unique_ptr.hpp - vendor/local/include/msgpack/v1/adaptor/cpp11/unordered_map.hpp - vendor/local/include/msgpack/v1/adaptor/cpp11/unordered_set.hpp - vendor/local/include/msgpack/v1/adaptor/cpp17/optional.hpp - vendor/local/include/msgpack/v1/adaptor/cpp17/string_view.hpp - vendor/local/include/msgpack/v1/adaptor/define.hpp - vendor/local/include/msgpack/v1/adaptor/define_decl.hpp - vendor/local/include/msgpack/v1/adaptor/deque.hpp - vendor/local/include/msgpack/v1/adaptor/detail/cpp03_define_array.hpp - vendor/local/include/msgpack/v1/adaptor/detail/cpp03_define_array_decl.hpp - vendor/local/include/msgpack/v1/adaptor/detail/cpp03_define_map.hpp - vendor/local/include/msgpack/v1/adaptor/detail/cpp03_define_map_decl.hpp - vendor/local/include/msgpack/v1/adaptor/detail/cpp03_msgpack_tuple.hpp - vendor/local/include/msgpack/v1/adaptor/detail/cpp03_msgpack_tuple_decl.hpp - vendor/local/include/msgpack/v1/adaptor/detail/cpp11_convert_helper.hpp - vendor/local/include/msgpack/v1/adaptor/detail/cpp11_define_array.hpp - vendor/local/include/msgpack/v1/adaptor/detail/cpp11_define_array_decl.hpp - vendor/local/include/msgpack/v1/adaptor/detail/cpp11_define_map.hpp - vendor/local/include/msgpack/v1/adaptor/detail/cpp11_define_map_decl.hpp - vendor/local/include/msgpack/v1/adaptor/detail/cpp11_msgpack_tuple.hpp - vendor/local/include/msgpack/v1/adaptor/detail/cpp11_msgpack_tuple_decl.hpp - vendor/local/include/msgpack/v1/adaptor/ext.hpp - vendor/local/include/msgpack/v1/adaptor/ext_decl.hpp - vendor/local/include/msgpack/v1/adaptor/fixint.hpp - vendor/local/include/msgpack/v1/adaptor/fixint_decl.hpp - vendor/local/include/msgpack/v1/adaptor/float.hpp - vendor/local/include/msgpack/v1/adaptor/int.hpp - vendor/local/include/msgpack/v1/adaptor/int_decl.hpp - vendor/local/include/msgpack/v1/adaptor/list.hpp - vendor/local/include/msgpack/v1/adaptor/map.hpp - vendor/local/include/msgpack/v1/adaptor/map_decl.hpp - vendor/local/include/msgpack/v1/adaptor/msgpack_tuple.hpp - vendor/local/include/msgpack/v1/adaptor/msgpack_tuple_decl.hpp - vendor/local/include/msgpack/v1/adaptor/nil.hpp - vendor/local/include/msgpack/v1/adaptor/nil_decl.hpp - vendor/local/include/msgpack/v1/adaptor/pair.hpp - vendor/local/include/msgpack/v1/adaptor/raw.hpp - vendor/local/include/msgpack/v1/adaptor/raw_decl.hpp - vendor/local/include/msgpack/v1/adaptor/set.hpp - vendor/local/include/msgpack/v1/adaptor/size_equal_only.hpp - vendor/local/include/msgpack/v1/adaptor/size_equal_only_decl.hpp - vendor/local/include/msgpack/v1/adaptor/string.hpp - vendor/local/include/msgpack/v1/adaptor/tr1/unordered_map.hpp - vendor/local/include/msgpack/v1/adaptor/tr1/unordered_set.hpp - vendor/local/include/msgpack/v1/adaptor/v4raw.hpp - vendor/local/include/msgpack/v1/adaptor/v4raw_decl.hpp - vendor/local/include/msgpack/v1/adaptor/vector.hpp - vendor/local/include/msgpack/v1/adaptor/vector_bool.hpp - vendor/local/include/msgpack/v1/adaptor/vector_char.hpp - vendor/local/include/msgpack/v1/adaptor/vector_unsigned_char.hpp - vendor/local/include/msgpack/v1/cpp_config.hpp - vendor/local/include/msgpack/v1/cpp_config_decl.hpp - vendor/local/include/msgpack/v1/detail/cpp03_zone.hpp - vendor/local/include/msgpack/v1/detail/cpp03_zone_decl.hpp - vendor/local/include/msgpack/v1/detail/cpp11_zone.hpp - vendor/local/include/msgpack/v1/detail/cpp11_zone_decl.hpp - vendor/local/include/msgpack/v1/fbuffer.hpp - vendor/local/include/msgpack/v1/fbuffer_decl.hpp - vendor/local/include/msgpack/v1/iterator.hpp - vendor/local/include/msgpack/v1/iterator_decl.hpp - vendor/local/include/msgpack/v1/meta.hpp - vendor/local/include/msgpack/v1/meta_decl.hpp - vendor/local/include/msgpack/v1/object.hpp - vendor/local/include/msgpack/v1/object_decl.hpp - vendor/local/include/msgpack/v1/object_fwd.hpp - vendor/local/include/msgpack/v1/object_fwd_decl.hpp - vendor/local/include/msgpack/v1/pack.hpp - vendor/local/include/msgpack/v1/pack_decl.hpp - vendor/local/include/msgpack/v1/parse_return.hpp - vendor/local/include/msgpack/v1/preprocessor.hpp - vendor/local/include/msgpack/v1/sbuffer.hpp - vendor/local/include/msgpack/v1/sbuffer_decl.hpp - vendor/local/include/msgpack/v1/unpack.hpp - vendor/local/include/msgpack/v1/unpack_decl.hpp - vendor/local/include/msgpack/v1/unpack_exception.hpp - vendor/local/include/msgpack/v1/version.hpp - vendor/local/include/msgpack/v1/versioning.hpp - vendor/local/include/msgpack/v1/vrefbuffer.hpp - vendor/local/include/msgpack/v1/vrefbuffer_decl.hpp - vendor/local/include/msgpack/v1/zbuffer.hpp - vendor/local/include/msgpack/v1/zbuffer_decl.hpp - vendor/local/include/msgpack/v1/zone.hpp - vendor/local/include/msgpack/v1/zone_decl.hpp - vendor/local/include/msgpack/v2/adaptor/adaptor_base.hpp - vendor/local/include/msgpack/v2/adaptor/adaptor_base_decl.hpp - vendor/local/include/msgpack/v2/adaptor/array_ref_decl.hpp - vendor/local/include/msgpack/v2/adaptor/boost/msgpack_variant_decl.hpp - vendor/local/include/msgpack/v2/adaptor/check_container_size_decl.hpp - vendor/local/include/msgpack/v2/adaptor/define_decl.hpp - vendor/local/include/msgpack/v2/adaptor/detail/cpp03_define_array_decl.hpp - vendor/local/include/msgpack/v2/adaptor/detail/cpp03_define_map_decl.hpp - vendor/local/include/msgpack/v2/adaptor/detail/cpp03_msgpack_tuple_decl.hpp - vendor/local/include/msgpack/v2/adaptor/detail/cpp11_define_array_decl.hpp - vendor/local/include/msgpack/v2/adaptor/detail/cpp11_define_map_decl.hpp - vendor/local/include/msgpack/v2/adaptor/detail/cpp11_msgpack_tuple_decl.hpp - vendor/local/include/msgpack/v2/adaptor/ext_decl.hpp - vendor/local/include/msgpack/v2/adaptor/fixint_decl.hpp - vendor/local/include/msgpack/v2/adaptor/int_decl.hpp - vendor/local/include/msgpack/v2/adaptor/map_decl.hpp - vendor/local/include/msgpack/v2/adaptor/msgpack_tuple_decl.hpp - vendor/local/include/msgpack/v2/adaptor/nil_decl.hpp - vendor/local/include/msgpack/v2/adaptor/raw_decl.hpp - vendor/local/include/msgpack/v2/adaptor/size_equal_only_decl.hpp - vendor/local/include/msgpack/v2/adaptor/v4raw_decl.hpp - vendor/local/include/msgpack/v2/cpp_config_decl.hpp - vendor/local/include/msgpack/v2/create_object_visitor.hpp - vendor/local/include/msgpack/v2/create_object_visitor_decl.hpp - vendor/local/include/msgpack/v2/detail/cpp03_zone_decl.hpp - vendor/local/include/msgpack/v2/detail/cpp11_zone_decl.hpp - vendor/local/include/msgpack/v2/fbuffer_decl.hpp - vendor/local/include/msgpack/v2/iterator_decl.hpp - vendor/local/include/msgpack/v2/meta_decl.hpp - vendor/local/include/msgpack/v2/null_visitor.hpp - vendor/local/include/msgpack/v2/null_visitor_decl.hpp - vendor/local/include/msgpack/v2/object.hpp - vendor/local/include/msgpack/v2/object_decl.hpp - vendor/local/include/msgpack/v2/object_fwd.hpp - vendor/local/include/msgpack/v2/object_fwd_decl.hpp - vendor/local/include/msgpack/v2/pack_decl.hpp - vendor/local/include/msgpack/v2/parse.hpp - vendor/local/include/msgpack/v2/parse_decl.hpp - vendor/local/include/msgpack/v2/parse_return.hpp - vendor/local/include/msgpack/v2/sbuffer_decl.hpp - vendor/local/include/msgpack/v2/unpack.hpp - vendor/local/include/msgpack/v2/unpack_decl.hpp - vendor/local/include/msgpack/v2/vrefbuffer_decl.hpp - vendor/local/include/msgpack/v2/x3_parse.hpp - vendor/local/include/msgpack/v2/x3_parse_decl.hpp - vendor/local/include/msgpack/v2/x3_unpack.hpp - vendor/local/include/msgpack/v2/x3_unpack_decl.hpp - vendor/local/include/msgpack/v2/zbuffer_decl.hpp - vendor/local/include/msgpack/v2/zone_decl.hpp - vendor/local/include/msgpack/v3/adaptor/adaptor_base.hpp - vendor/local/include/msgpack/v3/adaptor/adaptor_base_decl.hpp - vendor/local/include/msgpack/v3/adaptor/array_ref_decl.hpp - vendor/local/include/msgpack/v3/adaptor/boost/msgpack_variant_decl.hpp - vendor/local/include/msgpack/v3/adaptor/check_container_size_decl.hpp - vendor/local/include/msgpack/v3/adaptor/define_decl.hpp - vendor/local/include/msgpack/v3/adaptor/detail/cpp03_define_array_decl.hpp - vendor/local/include/msgpack/v3/adaptor/detail/cpp03_define_map_decl.hpp - vendor/local/include/msgpack/v3/adaptor/detail/cpp03_msgpack_tuple_decl.hpp - vendor/local/include/msgpack/v3/adaptor/detail/cpp11_define_array_decl.hpp - vendor/local/include/msgpack/v3/adaptor/detail/cpp11_define_map_decl.hpp - vendor/local/include/msgpack/v3/adaptor/detail/cpp11_msgpack_tuple_decl.hpp - vendor/local/include/msgpack/v3/adaptor/ext_decl.hpp - vendor/local/include/msgpack/v3/adaptor/fixint_decl.hpp - vendor/local/include/msgpack/v3/adaptor/int_decl.hpp - vendor/local/include/msgpack/v3/adaptor/map_decl.hpp - vendor/local/include/msgpack/v3/adaptor/msgpack_tuple_decl.hpp - vendor/local/include/msgpack/v3/adaptor/nil_decl.hpp - vendor/local/include/msgpack/v3/adaptor/raw_decl.hpp - vendor/local/include/msgpack/v3/adaptor/size_equal_only_decl.hpp - vendor/local/include/msgpack/v3/adaptor/v4raw_decl.hpp - vendor/local/include/msgpack/v3/cpp_config_decl.hpp - vendor/local/include/msgpack/v3/create_object_visitor_decl.hpp - vendor/local/include/msgpack/v3/detail/cpp03_zone_decl.hpp - vendor/local/include/msgpack/v3/detail/cpp11_zone_decl.hpp - vendor/local/include/msgpack/v3/fbuffer_decl.hpp - vendor/local/include/msgpack/v3/iterator_decl.hpp - vendor/local/include/msgpack/v3/meta_decl.hpp - vendor/local/include/msgpack/v3/null_visitor_decl.hpp - vendor/local/include/msgpack/v3/object_decl.hpp - vendor/local/include/msgpack/v3/object_fwd.hpp - vendor/local/include/msgpack/v3/object_fwd_decl.hpp - vendor/local/include/msgpack/v3/pack_decl.hpp - vendor/local/include/msgpack/v3/parse.hpp - vendor/local/include/msgpack/v3/parse_decl.hpp - vendor/local/include/msgpack/v3/parse_return.hpp - vendor/local/include/msgpack/v3/sbuffer_decl.hpp - vendor/local/include/msgpack/v3/unpack.hpp - vendor/local/include/msgpack/v3/unpack_decl.hpp - vendor/local/include/msgpack/v3/vrefbuffer_decl.hpp - vendor/local/include/msgpack/v3/x3_parse_decl.hpp - vendor/local/include/msgpack/v3/x3_unpack.hpp - vendor/local/include/msgpack/v3/x3_unpack_decl.hpp - vendor/local/include/msgpack/v3/zbuffer_decl.hpp - vendor/local/include/msgpack/v3/zone_decl.hpp - vendor/local/include/msgpack/version.h - vendor/local/include/msgpack/version.hpp - vendor/local/include/msgpack/version_master.h - vendor/local/include/msgpack/versioning.hpp - vendor/local/include/msgpack/vrefbuffer.h - vendor/local/include/msgpack/vrefbuffer.hpp - vendor/local/include/msgpack/vrefbuffer_decl.hpp - vendor/local/include/msgpack/x3_parse.hpp - vendor/local/include/msgpack/x3_parse_decl.hpp - vendor/local/include/msgpack/x3_unpack.hpp - vendor/local/include/msgpack/x3_unpack_decl.hpp - vendor/local/include/msgpack/zbuffer.h - vendor/local/include/msgpack/zbuffer.hpp - vendor/local/include/msgpack/zbuffer_decl.hpp - vendor/local/include/msgpack/zone.h - vendor/local/include/msgpack/zone.hpp - vendor/local/include/msgpack/zone_decl.hpp - vendor/local/include/onigmo.h - vendor/local/include/onigmognu.h - vendor/local/include/onigmoposix.h - vendor/local/include/pcre.h - vendor/local/include/pcre_scanner.h - vendor/local/include/pcre_stringpiece.h - vendor/local/include/pcrecpp.h - vendor/local/include/pcrecpparg.h - vendor/local/include/pcreposix.h - vendor/local/include/zconf.h - vendor/local/include/zlib.h - vendor/local/lib/cmake/msgpack/msgpack-config-version.cmake - vendor/local/lib/cmake/msgpack/msgpack-config.cmake - vendor/local/lib/cmake/msgpack/msgpack-targets-noconfig.cmake - vendor/local/lib/cmake/msgpack/msgpack-targets.cmake - vendor/local/lib/groonga/plugins/functions/index_column.a - vendor/local/lib/groonga/plugins/functions/index_column.dll - vendor/local/lib/groonga/plugins/functions/index_column.dll.a - vendor/local/lib/groonga/plugins/functions/index_column.la - vendor/local/lib/groonga/plugins/functions/math.a - vendor/local/lib/groonga/plugins/functions/math.dll - vendor/local/lib/groonga/plugins/functions/math.dll.a - vendor/local/lib/groonga/plugins/functions/math.la - vendor/local/lib/groonga/plugins/functions/number.a - vendor/local/lib/groonga/plugins/functions/number.dll - vendor/local/lib/groonga/plugins/functions/number.dll.a - vendor/local/lib/groonga/plugins/functions/number.la - vendor/local/lib/groonga/plugins/functions/string.a - vendor/local/lib/groonga/plugins/functions/string.dll - vendor/local/lib/groonga/plugins/functions/string.dll.a - vendor/local/lib/groonga/plugins/functions/string.la - vendor/local/lib/groonga/plugins/functions/time.a - vendor/local/lib/groonga/plugins/functions/time.dll - vendor/local/lib/groonga/plugins/functions/time.dll.a - vendor/local/lib/groonga/plugins/functions/time.la - vendor/local/lib/groonga/plugins/functions/vector.a - vendor/local/lib/groonga/plugins/functions/vector.dll - vendor/local/lib/groonga/plugins/functions/vector.dll.a - vendor/local/lib/groonga/plugins/functions/vector.la - vendor/local/lib/groonga/plugins/normalizers/mysql.a - vendor/local/lib/groonga/plugins/normalizers/mysql.dll - vendor/local/lib/groonga/plugins/normalizers/mysql.dll.a - vendor/local/lib/groonga/plugins/normalizers/mysql.la - vendor/local/lib/groonga/plugins/query_expanders/tsv.a - vendor/local/lib/groonga/plugins/query_expanders/tsv.dll - vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a - vendor/local/lib/groonga/plugins/query_expanders/tsv.la - vendor/local/lib/groonga/plugins/ruby/eval.rb - vendor/local/lib/groonga/plugins/sharding.rb - vendor/local/lib/groonga/plugins/sharding/dynamic_columns.rb - vendor/local/lib/groonga/plugins/sharding/keys_parsable.rb - vendor/local/lib/groonga/plugins/sharding/logical_count.rb - vendor/local/lib/groonga/plugins/sharding/logical_enumerator.rb - vendor/local/lib/groonga/plugins/sharding/logical_parameters.rb - vendor/local/lib/groonga/plugins/sharding/logical_range_filter.rb - vendor/local/lib/groonga/plugins/sharding/logical_select.rb - vendor/local/lib/groonga/plugins/sharding/logical_shard_list.rb - vendor/local/lib/groonga/plugins/sharding/logical_table_remove.rb - vendor/local/lib/groonga/plugins/sharding/parameters.rb - vendor/local/lib/groonga/plugins/sharding/range_expression_builder.rb - vendor/local/lib/groonga/plugins/suggest/suggest.a - vendor/local/lib/groonga/plugins/suggest/suggest.dll - vendor/local/lib/groonga/plugins/suggest/suggest.dll.a - vendor/local/lib/groonga/plugins/suggest/suggest.la - vendor/local/lib/groonga/plugins/token_filters/stop_word.a - vendor/local/lib/groonga/plugins/token_filters/stop_word.dll - vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a - vendor/local/lib/groonga/plugins/token_filters/stop_word.la - vendor/local/lib/groonga/plugins/tokenizers/mecab.a - vendor/local/lib/groonga/plugins/tokenizers/mecab.dll - vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a - vendor/local/lib/groonga/plugins/tokenizers/mecab.la - vendor/local/lib/groonga/scripts/ruby/accessor.rb - vendor/local/lib/groonga/scripts/ruby/backtrace_entry.rb - vendor/local/lib/groonga/scripts/ruby/command.rb - vendor/local/lib/groonga/scripts/ruby/command_input.rb - vendor/local/lib/groonga/scripts/ruby/command_line/grndb.rb - vendor/local/lib/groonga/scripts/ruby/command_line_parser.rb - vendor/local/lib/groonga/scripts/ruby/context.rb - vendor/local/lib/groonga/scripts/ruby/context/error_level.rb - vendor/local/lib/groonga/scripts/ruby/context/rc.rb - vendor/local/lib/groonga/scripts/ruby/database.rb - vendor/local/lib/groonga/scripts/ruby/error.rb - vendor/local/lib/groonga/scripts/ruby/eval_context.rb - vendor/local/lib/groonga/scripts/ruby/expression.rb - vendor/local/lib/groonga/scripts/ruby/expression_rewriter.rb - vendor/local/lib/groonga/scripts/ruby/expression_rewriters.rb - vendor/local/lib/groonga/scripts/ruby/expression_rewriters/optimizer.rb - vendor/local/lib/groonga/scripts/ruby/expression_size_estimator.rb - vendor/local/lib/groonga/scripts/ruby/expression_tree.rb - vendor/local/lib/groonga/scripts/ruby/expression_tree/accessor.rb - vendor/local/lib/groonga/scripts/ruby/expression_tree/assign.rb - vendor/local/lib/groonga/scripts/ruby/expression_tree/assign_binary_operation.rb - vendor/local/lib/groonga/scripts/ruby/expression_tree/binary_operation.rb - vendor/local/lib/groonga/scripts/ruby/expression_tree/constant.rb - vendor/local/lib/groonga/scripts/ruby/expression_tree/function_call.rb - vendor/local/lib/groonga/scripts/ruby/expression_tree/index_column.rb - vendor/local/lib/groonga/scripts/ruby/expression_tree/logical_operation.rb - vendor/local/lib/groonga/scripts/ruby/expression_tree/member.rb - vendor/local/lib/groonga/scripts/ruby/expression_tree/null.rb - vendor/local/lib/groonga/scripts/ruby/expression_tree/procedure.rb - vendor/local/lib/groonga/scripts/ruby/expression_tree/reference.rb - vendor/local/lib/groonga/scripts/ruby/expression_tree/table.rb - vendor/local/lib/groonga/scripts/ruby/expression_tree/unary_operation.rb - vendor/local/lib/groonga/scripts/ruby/expression_tree/variable.rb - vendor/local/lib/groonga/scripts/ruby/expression_tree_builder.rb - vendor/local/lib/groonga/scripts/ruby/fixed_size_column.rb - vendor/local/lib/groonga/scripts/ruby/groonga-log.rb - vendor/local/lib/groonga/scripts/ruby/groonga-log/parser.rb - vendor/local/lib/groonga/scripts/ruby/groonga-log/statistic.rb - vendor/local/lib/groonga/scripts/ruby/groonga-log/version.rb - vendor/local/lib/groonga/scripts/ruby/id.rb - vendor/local/lib/groonga/scripts/ruby/index_column.rb - vendor/local/lib/groonga/scripts/ruby/index_cursor.rb - vendor/local/lib/groonga/scripts/ruby/index_info.rb - vendor/local/lib/groonga/scripts/ruby/initialize/post.rb - vendor/local/lib/groonga/scripts/ruby/initialize/pre.rb - vendor/local/lib/groonga/scripts/ruby/labeled_arguments.rb - vendor/local/lib/groonga/scripts/ruby/locale_output.rb - vendor/local/lib/groonga/scripts/ruby/logger.rb - vendor/local/lib/groonga/scripts/ruby/logger/level.rb - vendor/local/lib/groonga/scripts/ruby/object.rb - vendor/local/lib/groonga/scripts/ruby/operator.rb - vendor/local/lib/groonga/scripts/ruby/plugin_loader.rb - vendor/local/lib/groonga/scripts/ruby/query_logger.rb - vendor/local/lib/groonga/scripts/ruby/query_logger/flag.rb - vendor/local/lib/groonga/scripts/ruby/record.rb - vendor/local/lib/groonga/scripts/ruby/require.rb - vendor/local/lib/groonga/scripts/ruby/scan_info.rb - vendor/local/lib/groonga/scripts/ruby/scan_info_builder.rb - vendor/local/lib/groonga/scripts/ruby/scan_info_data.rb - vendor/local/lib/groonga/scripts/ruby/scan_info_data_size_estimator.rb - vendor/local/lib/groonga/scripts/ruby/scan_info_search_index.rb - vendor/local/lib/groonga/scripts/ruby/table.rb - vendor/local/lib/groonga/scripts/ruby/table_cursor.rb - vendor/local/lib/groonga/scripts/ruby/variable_size_column.rb - vendor/local/lib/groonga/scripts/ruby/writer.rb - vendor/local/lib/libgroonga.a - vendor/local/lib/libgroonga.dll.a - vendor/local/lib/libgroonga.la - vendor/local/lib/liblz4.a - vendor/local/lib/liblz4.dll - vendor/local/lib/liblz4.dll.1 - vendor/local/lib/liblz4.dll.1.8.2 - vendor/local/lib/libmecab.a - vendor/local/lib/libmecab.dll.a - vendor/local/lib/libmecab.la - vendor/local/lib/libmsgpackc.a - vendor/local/lib/libmsgpackc.dll.a - vendor/local/lib/libonigmo.a - vendor/local/lib/libonigmo.dll.a - vendor/local/lib/libonigmo.la - vendor/local/lib/libpcre.a - vendor/local/lib/libpcre.dll.a - vendor/local/lib/libpcre.la - vendor/local/lib/libpcrecpp.a - vendor/local/lib/libpcrecpp.dll.a - vendor/local/lib/libpcrecpp.la - vendor/local/lib/libpcreposix.a - vendor/local/lib/libpcreposix.dll.a - vendor/local/lib/libpcreposix.la - vendor/local/lib/libz.a - vendor/local/lib/libz.dll.a - vendor/local/lib/pkgconfig/groonga-normalizer-mysql.pc - vendor/local/lib/pkgconfig/groonga.pc - vendor/local/lib/pkgconfig/liblz4.pc - vendor/local/lib/pkgconfig/libpcre.pc - vendor/local/lib/pkgconfig/libpcrecpp.pc - vendor/local/lib/pkgconfig/libpcreposix.pc - vendor/local/lib/pkgconfig/msgpack.pc - vendor/local/lib/pkgconfig/onigmo.pc - vendor/local/lib/pkgconfig/zlib.pc - vendor/local/libexec/mecab/mecab-cost-train.exe - vendor/local/libexec/mecab/mecab-dict-gen.exe - vendor/local/libexec/mecab/mecab-dict-index.exe - vendor/local/libexec/mecab/mecab-system-eval.exe - vendor/local/libexec/mecab/mecab-test-gen.exe - vendor/local/share/doc/groonga-normalizer-mysql/README.md - vendor/local/share/doc/groonga-normalizer-mysql/lgpl-2.0.txt - vendor/local/share/doc/groonga-normalizer-mysql/news.md - vendor/local/share/doc/groonga/en/html/.buildinfo - vendor/local/share/doc/groonga/en/html/_images/geo-points.png - vendor/local/share/doc/groonga/en/html/_images/used-when-indexing.png - vendor/local/share/doc/groonga/en/html/_images/used-when-searching.png - vendor/local/share/doc/groonga/en/html/_static/basic.css - vendor/local/share/doc/groonga/en/html/_static/doctools.js - vendor/local/share/doc/groonga/en/html/_static/documentation_options.js - vendor/local/share/doc/groonga/en/html/_static/favicon.ico - vendor/local/share/doc/groonga/en/html/_static/file.png - vendor/local/share/doc/groonga/en/html/_static/groonga.css - vendor/local/share/doc/groonga/en/html/_static/header-background.png - vendor/local/share/doc/groonga/en/html/_static/jquery-3.2.1.js - vendor/local/share/doc/groonga/en/html/_static/jquery.js - vendor/local/share/doc/groonga/en/html/_static/language_data.js - vendor/local/share/doc/groonga/en/html/_static/logo.png - vendor/local/share/doc/groonga/en/html/_static/minus.png - vendor/local/share/doc/groonga/en/html/_static/navigation-bar.png - vendor/local/share/doc/groonga/en/html/_static/plus.png - vendor/local/share/doc/groonga/en/html/_static/pygments.css - vendor/local/share/doc/groonga/en/html/_static/searchtools.js - vendor/local/share/doc/groonga/en/html/_static/underscore-1.3.1.js - vendor/local/share/doc/groonga/en/html/_static/underscore.js - vendor/local/share/doc/groonga/en/html/characteristic.html - vendor/local/share/doc/groonga/en/html/client.html - vendor/local/share/doc/groonga/en/html/community.html - vendor/local/share/doc/groonga/en/html/contribution.html - vendor/local/share/doc/groonga/en/html/contribution/development.html - vendor/local/share/doc/groonga/en/html/contribution/development/build.html - vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_autotools.html - vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_cmake.html - vendor/local/share/doc/groonga/en/html/contribution/development/build/windows_cmake.html - vendor/local/share/doc/groonga/en/html/contribution/development/com.html - vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html - vendor/local/share/doc/groonga/en/html/contribution/development/query.html - vendor/local/share/doc/groonga/en/html/contribution/development/release.html - vendor/local/share/doc/groonga/en/html/contribution/development/repository.html - vendor/local/share/doc/groonga/en/html/contribution/development/test.html - vendor/local/share/doc/groonga/en/html/contribution/documentation.html - vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html - vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html - vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html - vendor/local/share/doc/groonga/en/html/contribution/report.html - vendor/local/share/doc/groonga/en/html/development.html - vendor/local/share/doc/groonga/en/html/development/travis-ci.html - vendor/local/share/doc/groonga/en/html/genindex.html - vendor/local/share/doc/groonga/en/html/index.html - vendor/local/share/doc/groonga/en/html/install.html - vendor/local/share/doc/groonga/en/html/install/centos.html - vendor/local/share/doc/groonga/en/html/install/debian.html - vendor/local/share/doc/groonga/en/html/install/docker.html - vendor/local/share/doc/groonga/en/html/install/fedora.html - vendor/local/share/doc/groonga/en/html/install/mac_os_x.html - vendor/local/share/doc/groonga/en/html/install/others.html - vendor/local/share/doc/groonga/en/html/install/solaris.html - vendor/local/share/doc/groonga/en/html/install/ubuntu.html - vendor/local/share/doc/groonga/en/html/install/windows.html - vendor/local/share/doc/groonga/en/html/limitations.html - vendor/local/share/doc/groonga/en/html/news.html - vendor/local/share/doc/groonga/en/html/news/0.x.html - vendor/local/share/doc/groonga/en/html/news/1.0.x.html - vendor/local/share/doc/groonga/en/html/news/1.1.x.html - vendor/local/share/doc/groonga/en/html/news/1.2.x.html - vendor/local/share/doc/groonga/en/html/news/1.3.x.html - vendor/local/share/doc/groonga/en/html/news/2.x.html - vendor/local/share/doc/groonga/en/html/news/3.x.html - vendor/local/share/doc/groonga/en/html/news/4.x.html - vendor/local/share/doc/groonga/en/html/news/5.x.html - vendor/local/share/doc/groonga/en/html/news/6.x.html - vendor/local/share/doc/groonga/en/html/news/senna.html - vendor/local/share/doc/groonga/en/html/objects.inv - vendor/local/share/doc/groonga/en/html/reference.html - vendor/local/share/doc/groonga/en/html/reference/alias.html - vendor/local/share/doc/groonga/en/html/reference/api.html - vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_inspect.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_thread.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html - vendor/local/share/doc/groonga/en/html/reference/api/overview.html - vendor/local/share/doc/groonga/en/html/reference/api/plugin.html - vendor/local/share/doc/groonga/en/html/reference/cast.html - vendor/local/share/doc/groonga/en/html/reference/column.html - vendor/local/share/doc/groonga/en/html/reference/columns/index.html - vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html - vendor/local/share/doc/groonga/en/html/reference/columns/scalar.html - vendor/local/share/doc/groonga/en/html/reference/columns/vector.html - vendor/local/share/doc/groonga/en/html/reference/command.html - vendor/local/share/doc/groonga/en/html/reference/command/command_version.html - vendor/local/share/doc/groonga/en/html/reference/command/output_format.html - vendor/local/share/doc/groonga/en/html/reference/command/pretty_print.html - vendor/local/share/doc/groonga/en/html/reference/command/request_id.html - vendor/local/share/doc/groonga/en/html/reference/command/request_timeout.html - vendor/local/share/doc/groonga/en/html/reference/command/return_code.html - vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html - vendor/local/share/doc/groonga/en/html/reference/commands/check.html - vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html - vendor/local/share/doc/groonga/en/html/reference/commands/column_copy.html - vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html - vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html - vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html - vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html - vendor/local/share/doc/groonga/en/html/reference/commands/config_delete.html - vendor/local/share/doc/groonga/en/html/reference/commands/config_get.html - vendor/local/share/doc/groonga/en/html/reference/commands/config_set.html - vendor/local/share/doc/groonga/en/html/reference/commands/database_unmap.html - vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html - vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html - vendor/local/share/doc/groonga/en/html/reference/commands/delete.html - vendor/local/share/doc/groonga/en/html/reference/commands/dump.html - vendor/local/share/doc/groonga/en/html/reference/commands/io_flush.html - vendor/local/share/doc/groonga/en/html/reference/commands/load.html - vendor/local/share/doc/groonga/en/html/reference/commands/lock_acquire.html - vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html - vendor/local/share/doc/groonga/en/html/reference/commands/lock_release.html - vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html - vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html - vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html - vendor/local/share/doc/groonga/en/html/reference/commands/logical_count.html - vendor/local/share/doc/groonga/en/html/reference/commands/logical_parameters.html - vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html - vendor/local/share/doc/groonga/en/html/reference/commands/logical_select.html - vendor/local/share/doc/groonga/en/html/reference/commands/logical_shard_list.html - vendor/local/share/doc/groonga/en/html/reference/commands/logical_table_remove.html - vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html - vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html - vendor/local/share/doc/groonga/en/html/reference/commands/object_exist.html - vendor/local/share/doc/groonga/en/html/reference/commands/object_inspect.html - vendor/local/share/doc/groonga/en/html/reference/commands/object_list.html - vendor/local/share/doc/groonga/en/html/reference/commands/object_remove.html - vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html - vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html - vendor/local/share/doc/groonga/en/html/reference/commands/query_expand.html - vendor/local/share/doc/groonga/en/html/reference/commands/quit.html - vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html - vendor/local/share/doc/groonga/en/html/reference/commands/register.html - vendor/local/share/doc/groonga/en/html/reference/commands/reindex.html - vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html - vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html - vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html - vendor/local/share/doc/groonga/en/html/reference/commands/schema.html - vendor/local/share/doc/groonga/en/html/reference/commands/select.html - vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html - vendor/local/share/doc/groonga/en/html/reference/commands/status.html - vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html - vendor/local/share/doc/groonga/en/html/reference/commands/table_copy.html - vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html - vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html - vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html - vendor/local/share/doc/groonga/en/html/reference/commands/table_rename.html - vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html - vendor/local/share/doc/groonga/en/html/reference/commands/thread_limit.html - vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html - vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html - vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html - vendor/local/share/doc/groonga/en/html/reference/configuration.html - vendor/local/share/doc/groonga/en/html/reference/executables.html - vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html - vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html - vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html - vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html - vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html - vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html - vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html - vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html - vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html - vendor/local/share/doc/groonga/en/html/reference/function.html - vendor/local/share/doc/groonga/en/html/reference/functions/between.html - vendor/local/share/doc/groonga/en/html/reference/functions/cast_loose.html - vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html - vendor/local/share/doc/groonga/en/html/reference/functions/fuzzy_search.html - vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html - vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html - vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html - vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html - vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html - vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html - vendor/local/share/doc/groonga/en/html/reference/functions/in_records.html - vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html - vendor/local/share/doc/groonga/en/html/reference/functions/math_abs.html - vendor/local/share/doc/groonga/en/html/reference/functions/now.html - vendor/local/share/doc/groonga/en/html/reference/functions/number_classify.html - vendor/local/share/doc/groonga/en/html/reference/functions/prefix_rk_search.html - vendor/local/share/doc/groonga/en/html/reference/functions/query.html - vendor/local/share/doc/groonga/en/html/reference/functions/rand.html - vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html - vendor/local/share/doc/groonga/en/html/reference/functions/string_length.html - vendor/local/share/doc/groonga/en/html/reference/functions/string_substring.html - vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html - vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_day.html - vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_day_of_week.html - vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_hour.html - vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_minute.html - vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_month.html - vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_second.html - vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_week.html - vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_year.html - vendor/local/share/doc/groonga/en/html/reference/functions/vector_find.html - vendor/local/share/doc/groonga/en/html/reference/functions/vector_new.html - vendor/local/share/doc/groonga/en/html/reference/functions/vector_size.html - vendor/local/share/doc/groonga/en/html/reference/functions/vector_slice.html - vendor/local/share/doc/groonga/en/html/reference/grn_expr.html - vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html - vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html - vendor/local/share/doc/groonga/en/html/reference/indexing.html - vendor/local/share/doc/groonga/en/html/reference/log.html - vendor/local/share/doc/groonga/en/html/reference/normalizers.html - vendor/local/share/doc/groonga/en/html/reference/normalizers/normalizer_auto.html - vendor/local/share/doc/groonga/en/html/reference/normalizers/normalizer_nfkc100.html - vendor/local/share/doc/groonga/en/html/reference/normalizers/normalizer_nfkc51.html - vendor/local/share/doc/groonga/en/html/reference/operations.html - vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html - vendor/local/share/doc/groonga/en/html/reference/operations/prefix_rk_search.html - vendor/local/share/doc/groonga/en/html/reference/output.html - vendor/local/share/doc/groonga/en/html/reference/query_expanders.html - vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html - vendor/local/share/doc/groonga/en/html/reference/regular_expression.html - vendor/local/share/doc/groonga/en/html/reference/scorer.html - vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html - vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html - vendor/local/share/doc/groonga/en/html/reference/sharding.html - vendor/local/share/doc/groonga/en/html/reference/suggest.html - vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html - vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html - vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html - vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html - vendor/local/share/doc/groonga/en/html/reference/tables.html - vendor/local/share/doc/groonga/en/html/reference/token_filter/summary.html - vendor/local/share/doc/groonga/en/html/reference/token_filters.html - vendor/local/share/doc/groonga/en/html/reference/token_filters/token_filter_nfkc100.html - vendor/local/share/doc/groonga/en/html/reference/token_filters/token_filter_stem.html - vendor/local/share/doc/groonga/en/html/reference/token_filters/token_filter_stop_word.html - vendor/local/share/doc/groonga/en/html/reference/tokenizer/summary.html - vendor/local/share/doc/groonga/en/html/reference/tokenizers.html - vendor/local/share/doc/groonga/en/html/reference/tokenizers/token_bigram.html - vendor/local/share/doc/groonga/en/html/reference/tokenizers/token_bigram_ignore_blank.html - vendor/local/share/doc/groonga/en/html/reference/tokenizers/token_bigram_ignore_blank_split_symbol.html - vendor/local/share/doc/groonga/en/html/reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha.html - vendor/local/share/doc/groonga/en/html/reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha_digit.html - vendor/local/share/doc/groonga/en/html/reference/tokenizers/token_bigram_split_symbol.html - vendor/local/share/doc/groonga/en/html/reference/tokenizers/token_bigram_split_symbol_alpha.html - vendor/local/share/doc/groonga/en/html/reference/tokenizers/token_bigram_split_symbol_alpha_digit.html - vendor/local/share/doc/groonga/en/html/reference/tokenizers/token_delimit.html - vendor/local/share/doc/groonga/en/html/reference/tokenizers/token_delimit_null.html - vendor/local/share/doc/groonga/en/html/reference/tokenizers/token_mecab.html - vendor/local/share/doc/groonga/en/html/reference/tokenizers/token_regexp.html - vendor/local/share/doc/groonga/en/html/reference/tokenizers/token_trigram.html - vendor/local/share/doc/groonga/en/html/reference/tokenizers/token_unigram.html - vendor/local/share/doc/groonga/en/html/reference/tuning.html - vendor/local/share/doc/groonga/en/html/reference/types.html - vendor/local/share/doc/groonga/en/html/reference/window_function.html - vendor/local/share/doc/groonga/en/html/reference/window_functions/record_number.html - vendor/local/share/doc/groonga/en/html/reference/window_functions/window_count.html - vendor/local/share/doc/groonga/en/html/reference/window_functions/window_record_number.html - vendor/local/share/doc/groonga/en/html/reference/window_functions/window_sum.html - vendor/local/share/doc/groonga/en/html/search.html - vendor/local/share/doc/groonga/en/html/searchindex.js - vendor/local/share/doc/groonga/en/html/server.html - vendor/local/share/doc/groonga/en/html/server/gqtp.html - vendor/local/share/doc/groonga/en/html/server/http.html - vendor/local/share/doc/groonga/en/html/server/http/comparison.html - vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html - vendor/local/share/doc/groonga/en/html/server/http/groonga.html - vendor/local/share/doc/groonga/en/html/server/memcached.html - vendor/local/share/doc/groonga/en/html/server/package.html - vendor/local/share/doc/groonga/en/html/spec.html - vendor/local/share/doc/groonga/en/html/spec/gqtp.html - vendor/local/share/doc/groonga/en/html/spec/search.html - vendor/local/share/doc/groonga/en/html/troubleshooting.html - vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html - vendor/local/share/doc/groonga/en/html/troubleshooting/how_to_analyze_error_message.html - vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html - vendor/local/share/doc/groonga/en/html/tutorial.html - vendor/local/share/doc/groonga/en/html/tutorial/data.html - vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html - vendor/local/share/doc/groonga/en/html/tutorial/index.html - vendor/local/share/doc/groonga/en/html/tutorial/introduction.html - vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html - vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html - vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html - vendor/local/share/doc/groonga/en/html/tutorial/network.html - vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html - vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html - vendor/local/share/doc/groonga/en/html/tutorial/search.html - vendor/local/share/doc/groonga/ja/html/.buildinfo - vendor/local/share/doc/groonga/ja/html/_images/geo-points.png - vendor/local/share/doc/groonga/ja/html/_images/used-when-indexing.png - vendor/local/share/doc/groonga/ja/html/_images/used-when-searching.png - vendor/local/share/doc/groonga/ja/html/_static/basic.css - vendor/local/share/doc/groonga/ja/html/_static/doctools.js - vendor/local/share/doc/groonga/ja/html/_static/documentation_options.js - vendor/local/share/doc/groonga/ja/html/_static/favicon.ico - vendor/local/share/doc/groonga/ja/html/_static/file.png - vendor/local/share/doc/groonga/ja/html/_static/groonga.css - vendor/local/share/doc/groonga/ja/html/_static/header-background.png - vendor/local/share/doc/groonga/ja/html/_static/jquery-3.2.1.js - vendor/local/share/doc/groonga/ja/html/_static/jquery.js - vendor/local/share/doc/groonga/ja/html/_static/language_data.js - vendor/local/share/doc/groonga/ja/html/_static/logo.png - vendor/local/share/doc/groonga/ja/html/_static/minus.png - vendor/local/share/doc/groonga/ja/html/_static/navigation-bar.png - vendor/local/share/doc/groonga/ja/html/_static/plus.png - vendor/local/share/doc/groonga/ja/html/_static/pygments.css - vendor/local/share/doc/groonga/ja/html/_static/searchtools.js - vendor/local/share/doc/groonga/ja/html/_static/underscore-1.3.1.js - vendor/local/share/doc/groonga/ja/html/_static/underscore.js - vendor/local/share/doc/groonga/ja/html/characteristic.html - vendor/local/share/doc/groonga/ja/html/client.html - vendor/local/share/doc/groonga/ja/html/community.html - vendor/local/share/doc/groonga/ja/html/contribution.html - vendor/local/share/doc/groonga/ja/html/contribution/development.html - vendor/local/share/doc/groonga/ja/html/contribution/development/build.html - vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_autotools.html - vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_cmake.html - vendor/local/share/doc/groonga/ja/html/contribution/development/build/windows_cmake.html - vendor/local/share/doc/groonga/ja/html/contribution/development/com.html - vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html - vendor/local/share/doc/groonga/ja/html/contribution/development/query.html - vendor/local/share/doc/groonga/ja/html/contribution/development/release.html - vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html - vendor/local/share/doc/groonga/ja/html/contribution/development/test.html - vendor/local/share/doc/groonga/ja/html/contribution/documentation.html - vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html - vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html - vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html - vendor/local/share/doc/groonga/ja/html/contribution/report.html - vendor/local/share/doc/groonga/ja/html/development.html - vendor/local/share/doc/groonga/ja/html/development/travis-ci.html - vendor/local/share/doc/groonga/ja/html/genindex.html - vendor/local/share/doc/groonga/ja/html/index.html - vendor/local/share/doc/groonga/ja/html/install.html - vendor/local/share/doc/groonga/ja/html/install/centos.html - vendor/local/share/doc/groonga/ja/html/install/debian.html - vendor/local/share/doc/groonga/ja/html/install/docker.html - vendor/local/share/doc/groonga/ja/html/install/fedora.html - vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html - vendor/local/share/doc/groonga/ja/html/install/others.html - vendor/local/share/doc/groonga/ja/html/install/solaris.html - vendor/local/share/doc/groonga/ja/html/install/ubuntu.html - vendor/local/share/doc/groonga/ja/html/install/windows.html - vendor/local/share/doc/groonga/ja/html/limitations.html - vendor/local/share/doc/groonga/ja/html/news.html - vendor/local/share/doc/groonga/ja/html/news/0.x.html - vendor/local/share/doc/groonga/ja/html/news/1.0.x.html - vendor/local/share/doc/groonga/ja/html/news/1.1.x.html - vendor/local/share/doc/groonga/ja/html/news/1.2.x.html - vendor/local/share/doc/groonga/ja/html/news/1.3.x.html - vendor/local/share/doc/groonga/ja/html/news/2.x.html - vendor/local/share/doc/groonga/ja/html/news/3.x.html - vendor/local/share/doc/groonga/ja/html/news/4.x.html - vendor/local/share/doc/groonga/ja/html/news/5.x.html - vendor/local/share/doc/groonga/ja/html/news/6.x.html - vendor/local/share/doc/groonga/ja/html/news/senna.html - vendor/local/share/doc/groonga/ja/html/objects.inv - vendor/local/share/doc/groonga/ja/html/reference.html - vendor/local/share/doc/groonga/ja/html/reference/alias.html - vendor/local/share/doc/groonga/ja/html/reference/api.html - vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_inspect.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_thread.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html - vendor/local/share/doc/groonga/ja/html/reference/api/overview.html - vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html - vendor/local/share/doc/groonga/ja/html/reference/cast.html - vendor/local/share/doc/groonga/ja/html/reference/column.html - vendor/local/share/doc/groonga/ja/html/reference/columns/index.html - vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html - vendor/local/share/doc/groonga/ja/html/reference/columns/scalar.html - vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html - vendor/local/share/doc/groonga/ja/html/reference/command.html - vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html - vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html - vendor/local/share/doc/groonga/ja/html/reference/command/pretty_print.html - vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html - vendor/local/share/doc/groonga/ja/html/reference/command/request_timeout.html - vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html - vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html - vendor/local/share/doc/groonga/ja/html/reference/commands/check.html - vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html - vendor/local/share/doc/groonga/ja/html/reference/commands/column_copy.html - vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html - vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html - vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html - vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html - vendor/local/share/doc/groonga/ja/html/reference/commands/config_delete.html - vendor/local/share/doc/groonga/ja/html/reference/commands/config_get.html - vendor/local/share/doc/groonga/ja/html/reference/commands/config_set.html - vendor/local/share/doc/groonga/ja/html/reference/commands/database_unmap.html - vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html - vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html - vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html - vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html - vendor/local/share/doc/groonga/ja/html/reference/commands/io_flush.html - vendor/local/share/doc/groonga/ja/html/reference/commands/load.html - vendor/local/share/doc/groonga/ja/html/reference/commands/lock_acquire.html - vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html - vendor/local/share/doc/groonga/ja/html/reference/commands/lock_release.html - vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html - vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html - vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html - vendor/local/share/doc/groonga/ja/html/reference/commands/logical_count.html - vendor/local/share/doc/groonga/ja/html/reference/commands/logical_parameters.html - vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html - vendor/local/share/doc/groonga/ja/html/reference/commands/logical_select.html - vendor/local/share/doc/groonga/ja/html/reference/commands/logical_shard_list.html - vendor/local/share/doc/groonga/ja/html/reference/commands/logical_table_remove.html - vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html - vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html - vendor/local/share/doc/groonga/ja/html/reference/commands/object_exist.html - vendor/local/share/doc/groonga/ja/html/reference/commands/object_inspect.html - vendor/local/share/doc/groonga/ja/html/reference/commands/object_list.html - vendor/local/share/doc/groonga/ja/html/reference/commands/object_remove.html - vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html - vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html - vendor/local/share/doc/groonga/ja/html/reference/commands/query_expand.html - vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html - vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html - vendor/local/share/doc/groonga/ja/html/reference/commands/register.html - vendor/local/share/doc/groonga/ja/html/reference/commands/reindex.html - vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html - vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html - vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html - vendor/local/share/doc/groonga/ja/html/reference/commands/schema.html - vendor/local/share/doc/groonga/ja/html/reference/commands/select.html - vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html - vendor/local/share/doc/groonga/ja/html/reference/commands/status.html - vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html - vendor/local/share/doc/groonga/ja/html/reference/commands/table_copy.html - vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html - vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html - vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html - vendor/local/share/doc/groonga/ja/html/reference/commands/table_rename.html - vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html - vendor/local/share/doc/groonga/ja/html/reference/commands/thread_limit.html - vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html - vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html - vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html - vendor/local/share/doc/groonga/ja/html/reference/configuration.html - vendor/local/share/doc/groonga/ja/html/reference/executables.html - vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html - vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html - vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html - vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html - vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html - vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html - vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html - vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html - vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html - vendor/local/share/doc/groonga/ja/html/reference/function.html - vendor/local/share/doc/groonga/ja/html/reference/functions/between.html - vendor/local/share/doc/groonga/ja/html/reference/functions/cast_loose.html - vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html - vendor/local/share/doc/groonga/ja/html/reference/functions/fuzzy_search.html - vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html - vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html - vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html - vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html - vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html - vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html - vendor/local/share/doc/groonga/ja/html/reference/functions/in_records.html - vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html - vendor/local/share/doc/groonga/ja/html/reference/functions/math_abs.html - vendor/local/share/doc/groonga/ja/html/reference/functions/now.html - vendor/local/share/doc/groonga/ja/html/reference/functions/number_classify.html - vendor/local/share/doc/groonga/ja/html/reference/functions/prefix_rk_search.html - vendor/local/share/doc/groonga/ja/html/reference/functions/query.html - vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html - vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html - vendor/local/share/doc/groonga/ja/html/reference/functions/string_length.html - vendor/local/share/doc/groonga/ja/html/reference/functions/string_substring.html - vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html - vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_day.html - vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_day_of_week.html - vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_hour.html - vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_minute.html - vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_month.html - vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_second.html - vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_week.html - vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_year.html - vendor/local/share/doc/groonga/ja/html/reference/functions/vector_find.html - vendor/local/share/doc/groonga/ja/html/reference/functions/vector_new.html - vendor/local/share/doc/groonga/ja/html/reference/functions/vector_size.html - vendor/local/share/doc/groonga/ja/html/reference/functions/vector_slice.html - vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html - vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html - vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html - vendor/local/share/doc/groonga/ja/html/reference/indexing.html - vendor/local/share/doc/groonga/ja/html/reference/log.html - vendor/local/share/doc/groonga/ja/html/reference/normalizers.html - vendor/local/share/doc/groonga/ja/html/reference/normalizers/normalizer_auto.html - vendor/local/share/doc/groonga/ja/html/reference/normalizers/normalizer_nfkc100.html - vendor/local/share/doc/groonga/ja/html/reference/normalizers/normalizer_nfkc51.html - vendor/local/share/doc/groonga/ja/html/reference/operations.html - vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html - vendor/local/share/doc/groonga/ja/html/reference/operations/prefix_rk_search.html - vendor/local/share/doc/groonga/ja/html/reference/output.html - vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html - vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html - vendor/local/share/doc/groonga/ja/html/reference/regular_expression.html - vendor/local/share/doc/groonga/ja/html/reference/scorer.html - vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html - vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html - vendor/local/share/doc/groonga/ja/html/reference/sharding.html - vendor/local/share/doc/groonga/ja/html/reference/suggest.html - vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html - vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html - vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html - vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html - vendor/local/share/doc/groonga/ja/html/reference/tables.html - vendor/local/share/doc/groonga/ja/html/reference/token_filter/summary.html - vendor/local/share/doc/groonga/ja/html/reference/token_filters.html - vendor/local/share/doc/groonga/ja/html/reference/token_filters/token_filter_nfkc100.html - vendor/local/share/doc/groonga/ja/html/reference/token_filters/token_filter_stem.html - vendor/local/share/doc/groonga/ja/html/reference/token_filters/token_filter_stop_word.html - vendor/local/share/doc/groonga/ja/html/reference/tokenizer/summary.html - vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html - vendor/local/share/doc/groonga/ja/html/reference/tokenizers/token_bigram.html - vendor/local/share/doc/groonga/ja/html/reference/tokenizers/token_bigram_ignore_blank.html - vendor/local/share/doc/groonga/ja/html/reference/tokenizers/token_bigram_ignore_blank_split_symbol.html - vendor/local/share/doc/groonga/ja/html/reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha.html - vendor/local/share/doc/groonga/ja/html/reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha_digit.html - vendor/local/share/doc/groonga/ja/html/reference/tokenizers/token_bigram_split_symbol.html - vendor/local/share/doc/groonga/ja/html/reference/tokenizers/token_bigram_split_symbol_alpha.html - vendor/local/share/doc/groonga/ja/html/reference/tokenizers/token_bigram_split_symbol_alpha_digit.html - vendor/local/share/doc/groonga/ja/html/reference/tokenizers/token_delimit.html - vendor/local/share/doc/groonga/ja/html/reference/tokenizers/token_delimit_null.html - vendor/local/share/doc/groonga/ja/html/reference/tokenizers/token_mecab.html - vendor/local/share/doc/groonga/ja/html/reference/tokenizers/token_regexp.html - vendor/local/share/doc/groonga/ja/html/reference/tokenizers/token_trigram.html - vendor/local/share/doc/groonga/ja/html/reference/tokenizers/token_unigram.html - vendor/local/share/doc/groonga/ja/html/reference/tuning.html - vendor/local/share/doc/groonga/ja/html/reference/types.html - vendor/local/share/doc/groonga/ja/html/reference/window_function.html - vendor/local/share/doc/groonga/ja/html/reference/window_functions/record_number.html - vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_count.html - vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_record_number.html - vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_sum.html - vendor/local/share/doc/groonga/ja/html/search.html - vendor/local/share/doc/groonga/ja/html/searchindex.js - vendor/local/share/doc/groonga/ja/html/server.html - vendor/local/share/doc/groonga/ja/html/server/gqtp.html - vendor/local/share/doc/groonga/ja/html/server/http.html - vendor/local/share/doc/groonga/ja/html/server/http/comparison.html - vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html - vendor/local/share/doc/groonga/ja/html/server/http/groonga.html - vendor/local/share/doc/groonga/ja/html/server/memcached.html - vendor/local/share/doc/groonga/ja/html/server/package.html - vendor/local/share/doc/groonga/ja/html/spec.html - vendor/local/share/doc/groonga/ja/html/spec/gqtp.html - vendor/local/share/doc/groonga/ja/html/spec/search.html - vendor/local/share/doc/groonga/ja/html/troubleshooting.html - vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html - vendor/local/share/doc/groonga/ja/html/troubleshooting/how_to_analyze_error_message.html - vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html - vendor/local/share/doc/groonga/ja/html/tutorial.html - vendor/local/share/doc/groonga/ja/html/tutorial/data.html - vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html - vendor/local/share/doc/groonga/ja/html/tutorial/index.html - vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html - vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html - vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html - vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html - vendor/local/share/doc/groonga/ja/html/tutorial/network.html - vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html - vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html - vendor/local/share/doc/groonga/ja/html/tutorial/search.html - vendor/local/share/doc/pcre/AUTHORS - vendor/local/share/doc/pcre/COPYING - vendor/local/share/doc/pcre/ChangeLog - vendor/local/share/doc/pcre/LICENCE - vendor/local/share/doc/pcre/NEWS - vendor/local/share/doc/pcre/README - vendor/local/share/doc/pcre/html/NON-AUTOTOOLS-BUILD.txt - vendor/local/share/doc/pcre/html/README.txt - vendor/local/share/doc/pcre/html/index.html - vendor/local/share/doc/pcre/html/pcre-config.html - vendor/local/share/doc/pcre/html/pcre.html - vendor/local/share/doc/pcre/html/pcre16.html - vendor/local/share/doc/pcre/html/pcre32.html - vendor/local/share/doc/pcre/html/pcre_assign_jit_stack.html - vendor/local/share/doc/pcre/html/pcre_compile.html - vendor/local/share/doc/pcre/html/pcre_compile2.html - vendor/local/share/doc/pcre/html/pcre_config.html - vendor/local/share/doc/pcre/html/pcre_copy_named_substring.html - vendor/local/share/doc/pcre/html/pcre_copy_substring.html - vendor/local/share/doc/pcre/html/pcre_dfa_exec.html - vendor/local/share/doc/pcre/html/pcre_exec.html - vendor/local/share/doc/pcre/html/pcre_free_study.html - vendor/local/share/doc/pcre/html/pcre_free_substring.html - vendor/local/share/doc/pcre/html/pcre_free_substring_list.html - vendor/local/share/doc/pcre/html/pcre_fullinfo.html - vendor/local/share/doc/pcre/html/pcre_get_named_substring.html - vendor/local/share/doc/pcre/html/pcre_get_stringnumber.html - vendor/local/share/doc/pcre/html/pcre_get_stringtable_entries.html - vendor/local/share/doc/pcre/html/pcre_get_substring.html - vendor/local/share/doc/pcre/html/pcre_get_substring_list.html - vendor/local/share/doc/pcre/html/pcre_jit_exec.html - vendor/local/share/doc/pcre/html/pcre_jit_stack_alloc.html - vendor/local/share/doc/pcre/html/pcre_jit_stack_free.html - vendor/local/share/doc/pcre/html/pcre_maketables.html - vendor/local/share/doc/pcre/html/pcre_pattern_to_host_byte_order.html - vendor/local/share/doc/pcre/html/pcre_refcount.html - vendor/local/share/doc/pcre/html/pcre_study.html - vendor/local/share/doc/pcre/html/pcre_utf16_to_host_byte_order.html - vendor/local/share/doc/pcre/html/pcre_utf32_to_host_byte_order.html - vendor/local/share/doc/pcre/html/pcre_version.html - vendor/local/share/doc/pcre/html/pcreapi.html - vendor/local/share/doc/pcre/html/pcrebuild.html - vendor/local/share/doc/pcre/html/pcrecallout.html - vendor/local/share/doc/pcre/html/pcrecompat.html - vendor/local/share/doc/pcre/html/pcrecpp.html - vendor/local/share/doc/pcre/html/pcredemo.html - vendor/local/share/doc/pcre/html/pcregrep.html - vendor/local/share/doc/pcre/html/pcrejit.html - vendor/local/share/doc/pcre/html/pcrelimits.html - vendor/local/share/doc/pcre/html/pcrematching.html - vendor/local/share/doc/pcre/html/pcrepartial.html - vendor/local/share/doc/pcre/html/pcrepattern.html - vendor/local/share/doc/pcre/html/pcreperform.html - vendor/local/share/doc/pcre/html/pcreposix.html - vendor/local/share/doc/pcre/html/pcreprecompile.html - vendor/local/share/doc/pcre/html/pcresample.html - vendor/local/share/doc/pcre/html/pcrestack.html - vendor/local/share/doc/pcre/html/pcresyntax.html - vendor/local/share/doc/pcre/html/pcretest.html - vendor/local/share/doc/pcre/html/pcreunicode.html - vendor/local/share/doc/pcre/pcre-config.txt - vendor/local/share/doc/pcre/pcre.txt - vendor/local/share/doc/pcre/pcregrep.txt - vendor/local/share/doc/pcre/pcretest.txt - vendor/local/share/groonga/examples/dictionary/edict/edict-import.sh - vendor/local/share/groonga/examples/dictionary/edict/edict2grn.rb - vendor/local/share/groonga/examples/dictionary/eijiro/eijiro-import.sh - vendor/local/share/groonga/examples/dictionary/eijiro/eijiro2grn.rb - vendor/local/share/groonga/examples/dictionary/gene95/gene-import.sh - vendor/local/share/groonga/examples/dictionary/gene95/gene2grn.rb - vendor/local/share/groonga/examples/dictionary/html/css/dictionary.css - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_222222_256x240.png - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_2e83ff_256x240.png - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_454545_256x240.png - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_888888_256x240.png - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_cd0a0a_256x240.png - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/jquery-ui-1.8.12.custom.css - vendor/local/share/groonga/examples/dictionary/html/index.html - vendor/local/share/groonga/examples/dictionary/html/js/dictionary.js - vendor/local/share/groonga/examples/dictionary/html/js/jquery-1.7.2.js - vendor/local/share/groonga/examples/dictionary/html/js/jquery-ui-1.8.18.custom.js - vendor/local/share/groonga/examples/dictionary/init-db.sh - vendor/local/share/groonga/examples/dictionary/jmdict/jmdict.rb - vendor/local/share/groonga/examples/dictionary/readme.txt - vendor/local/share/groonga/groonga-log/README.md - vendor/local/share/groonga/groonga-log/lgpl-2.1.txt - vendor/local/share/groonga/html/admin.old/css/groonga-admin.css - vendor/local/share/groonga/html/admin.old/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png - vendor/local/share/groonga/html/admin.old/css/redmond/images/ui-bg_flat_55_fbec88_40x100.png - vendor/local/share/groonga/html/admin.old/css/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png - vendor/local/share/groonga/html/admin.old/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png - vendor/local/share/groonga/html/admin.old/css/redmond/images/ui-bg_glass_95_fef1ec_1x400.png - vendor/local/share/groonga/html/admin.old/css/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png - vendor/local/share/groonga/html/admin.old/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png - vendor/local/share/groonga/html/admin.old/css/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png - vendor/local/share/groonga/html/admin.old/css/redmond/images/ui-icons_217bc0_256x240.png - vendor/local/share/groonga/html/admin.old/css/redmond/images/ui-icons_2e83ff_256x240.png - vendor/local/share/groonga/html/admin.old/css/redmond/images/ui-icons_469bdd_256x240.png - vendor/local/share/groonga/html/admin.old/css/redmond/images/ui-icons_6da8d5_256x240.png - vendor/local/share/groonga/html/admin.old/css/redmond/images/ui-icons_cd0a0a_256x240.png - vendor/local/share/groonga/html/admin.old/css/redmond/images/ui-icons_d8e7f3_256x240.png - vendor/local/share/groonga/html/admin.old/css/redmond/images/ui-icons_f9bd01_256x240.png - vendor/local/share/groonga/html/admin.old/css/redmond/jquery-ui-1.8.18.custom.css - vendor/local/share/groonga/html/admin.old/favicon.ico - vendor/local/share/groonga/html/admin.old/favicon.png - vendor/local/share/groonga/html/admin.old/favicon.svg - vendor/local/share/groonga/html/admin.old/images/groonga.png - vendor/local/share/groonga/html/admin.old/images/groonga.svg - vendor/local/share/groonga/html/admin.old/images/loading.gif - vendor/local/share/groonga/html/admin.old/index.html - vendor/local/share/groonga/html/admin.old/index.ja.html - vendor/local/share/groonga/html/admin.old/js/groonga-admin.ja.js - vendor/local/share/groonga/html/admin.old/js/groonga-admin.js - vendor/local/share/groonga/html/admin.old/js/jquery-1.7.2.js - vendor/local/share/groonga/html/admin.old/js/jquery-ui-1.8.18.custom.js - vendor/local/share/groonga/html/admin.old/js/jquery.flot-0.8.3.js - vendor/local/share/groonga/html/admin.old/js/jquery.flot.license.txt - vendor/local/share/groonga/html/admin/.htaccess - vendor/local/share/groonga/html/admin/404.html - vendor/local/share/groonga/html/admin/bower_components/bootstrap-sass-official/assets/fonts/bootstrap/glyphicons-halflings-regular.eot - vendor/local/share/groonga/html/admin/bower_components/bootstrap-sass-official/assets/fonts/bootstrap/glyphicons-halflings-regular.svg - vendor/local/share/groonga/html/admin/bower_components/bootstrap-sass-official/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf - vendor/local/share/groonga/html/admin/bower_components/bootstrap-sass-official/assets/fonts/bootstrap/glyphicons-halflings-regular.woff - vendor/local/share/groonga/html/admin/bower_components/bootstrap-sass-official/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2 - vendor/local/share/groonga/html/admin/favicon.ico - vendor/local/share/groonga/html/admin/favicon.png - vendor/local/share/groonga/html/admin/index.html - vendor/local/share/groonga/html/admin/robots.txt - vendor/local/share/groonga/html/admin/scripts/oldieshim.572be7b4.js - vendor/local/share/groonga/html/admin/scripts/scripts.d3e19381.js - vendor/local/share/groonga/html/admin/scripts/vendor.6c1a277a.js - vendor/local/share/groonga/html/admin/styles/main.db676f1c.css - vendor/local/share/groonga/html/admin/styles/vendor.7f75f6e0.css - vendor/local/share/groonga/html/admin/views/columns/new.html - vendor/local/share/groonga/html/admin/views/columns/show.html - vendor/local/share/groonga/html/admin/views/tables/index.html - vendor/local/share/groonga/html/admin/views/tables/new.html - vendor/local/share/groonga/html/admin/views/tables/search.html - vendor/local/share/groonga/html/admin/views/tables/show.html - vendor/local/share/groonga/html/admin/views/top.html - vendor/local/share/groonga/mruby/LEGAL - vendor/local/share/license/cv2pdb/LICENSE - vendor/local/share/license/cv2pdb/README.MD - vendor/local/share/license/groonga-admin/LICENSE - vendor/local/share/license/groonga-admin/README.md - vendor/local/share/license/groonga-log/README.md - vendor/local/share/license/groonga-log/lgpl-2.1.txt - vendor/local/share/license/groonga-normalizer-mysql/README.md - vendor/local/share/license/groonga-normalizer-mysql/lgpl-2.0.txt - vendor/local/share/license/groonga/COPYING - vendor/local/share/license/groonga/README.md - vendor/local/share/license/lz4/LICENSE - vendor/local/share/license/mecab/AUTHORS - vendor/local/share/license/mecab/BSD - vendor/local/share/license/mecab/COPYING - vendor/local/share/license/mecab/GPL - vendor/local/share/license/mecab/LGPL - vendor/local/share/license/mruby/AUTHORS - vendor/local/share/license/mruby/LEGAL - vendor/local/share/license/mruby/MITL - vendor/local/share/license/mruby/README.md - vendor/local/share/license/msgpack/COPYING - vendor/local/share/license/msgpack/LICENSE_1_0.txt - vendor/local/share/license/msgpack/NOTICE - vendor/local/share/license/msgpack/README.md - vendor/local/share/license/naist-jdic/AUTHORS - vendor/local/share/license/naist-jdic/COPYING - vendor/local/share/license/onigmo/AUTHORS - vendor/local/share/license/onigmo/COPYING - vendor/local/share/license/onigmo/README - vendor/local/share/license/pcre/LICENCE - vendor/local/share/license/zlib/README - vendor/local/share/man/man1/lz4.1 - vendor/local/share/man/man1/lz4c.1 - vendor/local/share/man/man1/lz4cat.1 - vendor/local/share/man/man1/mecab.1 - vendor/local/share/man/man1/pcre-config.1 - vendor/local/share/man/man1/pcregrep.1 - vendor/local/share/man/man1/pcretest.1 - vendor/local/share/man/man1/unlz4.1 - vendor/local/share/man/man3/pcre.3 - vendor/local/share/man/man3/pcre16.3 - vendor/local/share/man/man3/pcre16_assign_jit_stack.3 - vendor/local/share/man/man3/pcre16_compile.3 - vendor/local/share/man/man3/pcre16_compile2.3 - vendor/local/share/man/man3/pcre16_config.3 - vendor/local/share/man/man3/pcre16_copy_named_substring.3 - vendor/local/share/man/man3/pcre16_copy_substring.3 - vendor/local/share/man/man3/pcre16_dfa_exec.3 - vendor/local/share/man/man3/pcre16_exec.3 - vendor/local/share/man/man3/pcre16_free_study.3 - vendor/local/share/man/man3/pcre16_free_substring.3 - vendor/local/share/man/man3/pcre16_free_substring_list.3 - vendor/local/share/man/man3/pcre16_fullinfo.3 - vendor/local/share/man/man3/pcre16_get_named_substring.3 - vendor/local/share/man/man3/pcre16_get_stringnumber.3 - vendor/local/share/man/man3/pcre16_get_stringtable_entries.3 - vendor/local/share/man/man3/pcre16_get_substring.3 - vendor/local/share/man/man3/pcre16_get_substring_list.3 - vendor/local/share/man/man3/pcre16_jit_exec.3 - vendor/local/share/man/man3/pcre16_jit_stack_alloc.3 - vendor/local/share/man/man3/pcre16_jit_stack_free.3 - vendor/local/share/man/man3/pcre16_maketables.3 - vendor/local/share/man/man3/pcre16_pattern_to_host_byte_order.3 - vendor/local/share/man/man3/pcre16_refcount.3 - vendor/local/share/man/man3/pcre16_study.3 - vendor/local/share/man/man3/pcre16_utf16_to_host_byte_order.3 - vendor/local/share/man/man3/pcre16_version.3 - vendor/local/share/man/man3/pcre32.3 - vendor/local/share/man/man3/pcre32_assign_jit_stack.3 - vendor/local/share/man/man3/pcre32_compile.3 - vendor/local/share/man/man3/pcre32_compile2.3 - vendor/local/share/man/man3/pcre32_config.3 - vendor/local/share/man/man3/pcre32_copy_named_substring.3 - vendor/local/share/man/man3/pcre32_copy_substring.3 - vendor/local/share/man/man3/pcre32_dfa_exec.3 - vendor/local/share/man/man3/pcre32_exec.3 - vendor/local/share/man/man3/pcre32_free_study.3 - vendor/local/share/man/man3/pcre32_free_substring.3 - vendor/local/share/man/man3/pcre32_free_substring_list.3 - vendor/local/share/man/man3/pcre32_fullinfo.3 - vendor/local/share/man/man3/pcre32_get_named_substring.3 - vendor/local/share/man/man3/pcre32_get_stringnumber.3 - vendor/local/share/man/man3/pcre32_get_stringtable_entries.3 - vendor/local/share/man/man3/pcre32_get_substring.3 - vendor/local/share/man/man3/pcre32_get_substring_list.3 - vendor/local/share/man/man3/pcre32_jit_exec.3 - vendor/local/share/man/man3/pcre32_jit_stack_alloc.3 - vendor/local/share/man/man3/pcre32_jit_stack_free.3 - vendor/local/share/man/man3/pcre32_maketables.3 - vendor/local/share/man/man3/pcre32_pattern_to_host_byte_order.3 - vendor/local/share/man/man3/pcre32_refcount.3 - vendor/local/share/man/man3/pcre32_study.3 - vendor/local/share/man/man3/pcre32_utf32_to_host_byte_order.3 - vendor/local/share/man/man3/pcre32_version.3 - vendor/local/share/man/man3/pcre_assign_jit_stack.3 - vendor/local/share/man/man3/pcre_compile.3 - vendor/local/share/man/man3/pcre_compile2.3 - vendor/local/share/man/man3/pcre_config.3 - vendor/local/share/man/man3/pcre_copy_named_substring.3 - vendor/local/share/man/man3/pcre_copy_substring.3 - vendor/local/share/man/man3/pcre_dfa_exec.3 - vendor/local/share/man/man3/pcre_exec.3 - vendor/local/share/man/man3/pcre_free_study.3 - vendor/local/share/man/man3/pcre_free_substring.3 - vendor/local/share/man/man3/pcre_free_substring_list.3 - vendor/local/share/man/man3/pcre_fullinfo.3 - vendor/local/share/man/man3/pcre_get_named_substring.3 - vendor/local/share/man/man3/pcre_get_stringnumber.3 - vendor/local/share/man/man3/pcre_get_stringtable_entries.3 - vendor/local/share/man/man3/pcre_get_substring.3 - vendor/local/share/man/man3/pcre_get_substring_list.3 - vendor/local/share/man/man3/pcre_jit_exec.3 - vendor/local/share/man/man3/pcre_jit_stack_alloc.3 - vendor/local/share/man/man3/pcre_jit_stack_free.3 - vendor/local/share/man/man3/pcre_maketables.3 - vendor/local/share/man/man3/pcre_pattern_to_host_byte_order.3 - vendor/local/share/man/man3/pcre_refcount.3 - vendor/local/share/man/man3/pcre_study.3 - vendor/local/share/man/man3/pcre_utf16_to_host_byte_order.3 - vendor/local/share/man/man3/pcre_utf32_to_host_byte_order.3 - vendor/local/share/man/man3/pcre_version.3 - vendor/local/share/man/man3/pcreapi.3 - vendor/local/share/man/man3/pcrebuild.3 - vendor/local/share/man/man3/pcrecallout.3 - vendor/local/share/man/man3/pcrecompat.3 - vendor/local/share/man/man3/pcrecpp.3 - vendor/local/share/man/man3/pcredemo.3 - vendor/local/share/man/man3/pcrejit.3 - vendor/local/share/man/man3/pcrelimits.3 - vendor/local/share/man/man3/pcrematching.3 - vendor/local/share/man/man3/pcrepartial.3 - vendor/local/share/man/man3/pcrepattern.3 - vendor/local/share/man/man3/pcreperform.3 - vendor/local/share/man/man3/pcreposix.3 - vendor/local/share/man/man3/pcreprecompile.3 - vendor/local/share/man/man3/pcresample.3 - vendor/local/share/man/man3/pcrestack.3 - vendor/local/share/man/man3/pcresyntax.3 - vendor/local/share/man/man3/pcreunicode.3 - vendor/local/share/mecab/dic/naist-jdic/char.bin - vendor/local/share/mecab/dic/naist-jdic/char.def - vendor/local/share/mecab/dic/naist-jdic/dicrc - vendor/local/share/mecab/dic/naist-jdic/feature.def - vendor/local/share/mecab/dic/naist-jdic/left-id.def - vendor/local/share/mecab/dic/naist-jdic/matrix.bin - vendor/local/share/mecab/dic/naist-jdic/matrix.def - vendor/local/share/mecab/dic/naist-jdic/naist-jdic.csv - vendor/local/share/mecab/dic/naist-jdic/pos-id.def - vendor/local/share/mecab/dic/naist-jdic/rewrite.def - vendor/local/share/mecab/dic/naist-jdic/right-id.def - vendor/local/share/mecab/dic/naist-jdic/sys.dic - vendor/local/share/mecab/dic/naist-jdic/unk.def - vendor/local/share/mecab/dic/naist-jdic/unk.dic homepage: http://ranguba.org/#about-rroonga licenses: - LGPL-2.1 metadata: {} post_install_message: rdoc_options: [] require_paths: - lib - ext/groonga required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '2.1' - - "<" - !ruby/object:Gem::Version version: 2.6.dev required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.7.9 signing_key: specification_version: 4 summary: Ruby bindings for Groonga that provide full text search and column store features. test_files: - test/test-double-array-trie.rb - test/test-error-message.rb - test/test-token-regexp.rb - test/test-encoding.rb - test/test-context.rb - test/test-schema-dumper.rb - test/test-data-column.rb - test/test-lock-timeout.rb - test/test-convert.rb - test/test-memory-pool.rb - test/test-index-column.rb - test/test-exception.rb - test/test-table.rb - test/run-test.rb - test/test-flushable.rb - test/test-variable-size-column.rb - test/test-table-select-mecab.rb - test/test-remote.rb - test/test-array.rb - test/test-table-select-normalize.rb - test/test-geo-point.rb - test/test-logger.rb - test/test-expression.rb - test/test-procedure.rb - test/test-fix-size-column.rb - test/test-id.rb - test/test-windows-event-logger.rb - test/test-schema-type.rb - test/test-table-select-weight.rb - test/test-accessor.rb - test/test-type.rb - test/test-hash.rb - test/test-patricia-trie.rb - test/test-query-logger.rb - test/test-record.rb - test/test-column.rb - test/test-vector-column.rb - test/test-variable.rb - test/test-table-group.rb - test/test-table-offset-and-limit.rb - test/test-default-cache.rb - test/test-normalizer.rb - test/test-table-key-support.rb - test/test-name.rb - test/test-database.rb - test/test-version.rb - test/test-pagination.rb - test/test-database-inspector.rb - test/test-sub-records.rb - test/test-gqtp.rb - test/test-request-canceler.rb - test/test-table-traverse.rb - test/test-expression-builder.rb - test/test-operator.rb - test/test-table-dumper.rb - test/test-package-label.rb - test/test-plugin.rb - test/test-database-dumper.rb - test/test-snippet.rb - test/test-table-arrow.rb - test/test-schema-create-table.rb - test/groonga-test-utils.rb - test/test-thread.rb - test/test-schema.rb - test/test-request-timer.rb - test/test-index-cursor.rb - test/test-column-cache.rb - test/test-config.rb - test/test-command-select.rb - test/test-table-select.rb