diff --git a/libs/libraries.htm b/libs/libraries.htm
index b0add23a23..0006b936ee 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -178,6 +178,8 @@ how to download, build, and install the libraries.
static_assert
- Static assertions (compile time assertions), from John
Maddock.
+ serialization
+ - Serialization for persistence and marshalling, from Robert Ramey
spirit - LL parser framework
represents parsers directly as EBNF grammars in inlined C++, from Joel de
Guzman and team.
@@ -432,6 +434,8 @@ how to download, build, and install the libraries.
operations, from Samuel Krempp.
io state savers - Save I/O state to
prevent jumbled data, from Daryle Walker.
+ serialization - serialization of arbitrary
+ data for persistence and marshalling