File: README

package info (click to toggle)
camlrpc 0.4.1-7
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,080 kB
  • ctags: 1,474
  • sloc: ml: 11,901; makefile: 592; sh: 345; ansic: 331
file content (8 lines) | stat: -rw-r--r-- 259 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
This is an example of an RPC client/server application.
This version of the example does not use the ocamlrpcgen
tool (because it had been written before that tool got
implemented).

For a modern version of the example. see the directory
simple_with_rpcgen.