# guile-rpc **Repository Path**: mirrors_gnu/guile-rpc ## Basic Information - **Project Name**: guile-rpc - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-26 - **Last Updated**: 2026-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README GNU Guile-RPC ============= This package provides a pure Scheme implementation of XDR and ONC RPC (respectively RFC 4506 and RFC 1831) for GNU Guile 2.0 or later. Requirements ------------ * GNU Guile 2.0 http://www.gnu.org/software/guile/guile.html Development ----------- GNU Guile-RPC is hosted at Savannah and development uses the Git revision control system (http://git.or.cz/). The main Git repository is located at: http://git.sv.gnu.org/r/guile-rpc.git To obtain a local copy, just run: git-clone http://git.sv.gnu.org/r/guile-rpc.git Please email for bug reports, comments, patches, etc. Note that this package comes with third-party code that is not part of GNU Guile-RPC: - modules/srfi/srfi-64.upstream.scm was written by Per Bothner as the reference implementation of the SRFI-64 test suite framework (http://srfi.schemers.org/srfi-64/srfi-64.html); - the modules/silex directory (not part of Guile-RPC tarballs) contains a copy of SILex, a lexer generator for Scheme written by Dany Dubé (http://www.iro.umontreal.ca/~dube). Enjoy! Ludovic Courtès . Copyright 2007, 2008, 2009, 2010, 2012 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. ;;; Local Variables: ;;; coding: utf-8 ;;; End: