Skip to content

Commit

Permalink
maruku is more lenient than rdiscount with links
Browse files Browse the repository at this point in the history
  • Loading branch information
duckpilot committed Apr 2, 2010
1 parent 45e870e commit af1f0ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Original file line Diff line number Diff line change
@@ -1,12 +1,12 @@
Orpc is a tool for generating RPC clients and servers. It can generate Orpc is a tool for generating RPC clients and servers. It can generate
clients / servers for use with Ocamlnet's ONC RPC implementation (like clients / servers for use with Ocamlnet's ONC RPC implementation (like
ocamlrpcgen), and also for RPC over HTTP for use with ocamlrpcgen), and also for RPC over HTTP for use with
[ocamljs] (http://github.com/jaked/ocamljs). To describe interfaces, [ocamljs](http://github.com/jaked/ocamljs). To describe interfaces,
you give orpc an OCaml signature instead of an RFC-1831/1832-format you give orpc an OCaml signature instead of an RFC-1831/1832-format
file. Most OCaml types (including polymorphic types), exceptions, and file. Most OCaml types (including polymorphic types), exceptions, and
functions with labelled/optional arguments are supported. functions with labelled/optional arguments are supported.


See [http://jaked.github.com/orpc] (http://jaked.github.com/orpc) for details. See [http://jaked.github.com/orpc](http://jaked.github.com/orpc) for details.


For a quick start: For a quick start:


Expand Down

0 comments on commit af1f0ed

Please sign in to comment.