freebsd-ports/lang/pm3-netobj/pkg-descr
John Polstra b4951ea9a0 New port for Network Objects. Network objects offer transparent
remote method invocation on objects.  I.e., they're like RPC only
better.
2000-02-13 23:46:10 +00:00

15 lines
538 B
Plaintext

This is the network objects package from the Polytechnique Montreal
Modula-3 (PM3) distribution. Network objects offer transparent remote
method invocation on objects. Network objects are simpler to use than
remote procedure calls because objects store the remote connection
information, and the runtime automatically handles the external data
representation used to exchange parameters during remote calls.
This port includes these PM3 packages:
netobj netobjd stubgen
WWW: http://m3.polymtl.ca/m3/
John Polstra <jdp@FreeBSD.ORG>