guix_mirror_bot pushed a change to branch master
in repository guix.

    from 8dc57904e3 services: Add endlessh-service-type.
     new 0c1ea038e9 serialization: Formally declare serializable types.
     new 132250beff serialization: Rename ‘string’ to ‘utf8-string’.
     new 4dd5fd2dff store: Remove unnecessary protocol version conditionals.
     new 40b525be02 store: Rewrite ‘run-gc’ client stub using ‘operation’.
     new b67831bb6e store: Require a more recent minor version.
     new 68f1f74fb8 Define remote procedure interface in (guix 
remote-procedures).
     new ab72a155c6 store: Move low-level protocol bit-twiddling to (guix 
remote-procedures).
     new 40c24a92af serialization: Use ‘bytevector-slice’ from Guile >= 3.0.9.

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.am                |   1 +
 configure.ac               |   5 +-
 doc/contributing.texi      |   2 +-
 guix/remote-procedures.scm | 364 ++++++++++++++++++++
 guix/serialization.scm     | 167 ++++++++-
 guix/store.scm             | 817 +++++++++++++++------------------------------
 6 files changed, 778 insertions(+), 578 deletions(-)
 create mode 100644 guix/remote-procedures.scm

Reply via email to