---
abstract: 'RPC client for Neovim'
author:
  - 'Yanick Champoux <yanick@cpan.org>'
build_requires:
  Exporter: '0'
  ExtUtils::MakeMaker: '0'
  File::Spec: '0'
  IO::Handle: '0'
  IPC::Open3: '0'
  Net::EmptyPort: '0'
  Test::Class::Moose: '0'
  Test::Class::Moose::Load: '0'
  Test::Class::Moose::Runner: '0'
  Test::More: '0'
  lib: '0'
  parent: '0'
configure_requires:
  ExtUtils::MakeMaker: '0'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.150001'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: Neovim-RPC
provides:
  Neovim::RPC:
    file: lib/Neovim/RPC.pm
    version: v1.0.1
  Neovim::RPC::API:
    file: lib/Neovim/RPC/API.pm
    version: v1.0.1
  Neovim::RPC::API::AutoDiscover:
    file: lib/Neovim/RPC/API/AutoDiscover.pm
    version: v1.0.1
  Neovim::RPC::API::Command:
    file: lib/Neovim/RPC/API/Command.pm
    version: v1.0.1
  Neovim::RPC::Plugin:
    file: lib/Neovim/RPC/Plugin.pm
    version: v1.0.1
  Neovim::RPC::Plugin::Echo:
    file: lib/Neovim/RPC/Plugin/Echo.pm
    version: v1.0.1
  Neovim::RPC::Plugin::FileToPackageName:
    file: lib/Neovim/RPC/Plugin/FileToPackageName.pm
    version: v1.0.1
  Neovim::RPC::Plugin::FlipOperator:
    file: lib/Neovim/RPC/Plugin/FlipOperator.pm
    version: v1.0.1
  Neovim::RPC::Plugin::LoadPlugin:
    file: lib/Neovim/RPC/Plugin/LoadPlugin.pm
    version: v1.0.1
requires:
  Class::Load: '0'
  Getopt::Long: '0'
  IO::Socket::INET: '0'
  List::AllUtils: '0'
  List::Util: '0'
  Log::Any: '0'
  Log::Any::Adapter: '0'
  Moose: '0'
  Moose::Exporter: '0'
  Moose::Role: '0'
  Moose::Util: '0'
  MooseX::App::Simple: '0'
  MooseX::ClassAttribute: '0'
  MsgPack::Decoder: '0'
  MsgPack::Encoder: '0'
  MsgPack::RPC: '0'
  MsgPack::Type::Ext: '0'
  Promises: '0.98'
  Try::Tiny: '0'
  experimental: '0'
  perl: v5.20.0
  strict: '0'
  warnings: '0'
resources:
  bugtracker: https://github.com/yanick/Neovim-RPC/issues
  homepage: https://github.com/yanick/Neovim-RPC
  repository: https://github.com/yanick/Neovim-RPC.git
version: 1.0.1
x_author_pledge:
  version: 1
x_authority: cpan:YANICK
x_contributors:
  - 'Yanick Champoux <yanick@babyl.dyndns.org>'
  - 'Yanick Champoux <yanick@qwerty-PC>'
x_serialization_backend: 'YAML::Tiny version 1.67'