• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/RPC/EPC/H23-May-2014-634324

t/H23-May-2014-308220

Build.PLH A D23-May-2014511 2017

ChangesH A D23-May-2014307 1711

MANIFESTH A D23-May-2014290 2322

META.jsonH A D23-May-20141 KiB4544

META.ymlH A D23-May-2014635 2726

Makefile.PLH A D23-May-2014169 64

READMEH A D23-May-2014548 3320

README

1RPC-EPC version 0.0.9
2
3  An asynchronous remote procedure stack for Emacs.
4
5INSTALLATION
6
7To install this module, run the following commands:
8
9	perl Makefile.PL
10	make
11	make test
12	make install
13
14Alternatively, to install with Module::Build, you can use the following commands:
15
16	perl Build.PL
17	./Build
18	./Build test
19	./Build install
20
21
22DEPENDENCIES
23
24  AnyEvent
25  Data::SExpression
26
27COPYRIGHT AND LICENCE
28
29Copyright (C) 2014, Masashi Sakurai
30
31This library is free software; you can redistribute it and/or modify
32it under the same terms as Perl itself.
33