Update docs/third_party.md with clojobuf, rubberbuf and clojobuf-serdes libs that targets Clojure and ClojureScript.

pull/14415/head
st.cheewah 1 year ago
parent f5667fa45a
commit ec6b50a46b
  1. 4
      docs/third_party.md

@ -31,6 +31,8 @@ These are projects we know about implementing Protocol Buffers for other program
* Clojure: http://github.com/ninjudd/clojure-protobuf
* Clojure: https://github.com/clojusc/protobuf
* Clojure: https://protojure.readthedocs.io
* Clojure: https://github.com/s-expresso/clojobuf
* ClojureScript: https://github.com/s-expresso/clojobuf
* Common Lisp: http://github.com/brown/protobuf
* Common Lisp: http://github.com/qitab/cl-protobuf
* D: https://github.com/dcarp/protobuf-d
@ -233,3 +235,5 @@ There are miscellaneous other things you may find useful as a Protocol Buffers d
* [protobuf-decoder-explainer - Web page which decodes and explains pasted
binary Protocol
Buffers](https://github.com/jamesdbrock/protobuf-decoder-explainer)
* [rubberbuf - dynamically transpile protobuf into AST](https://github.com/s-expresso/rubberbuf) `clojure` `clojurescript`
* [clojobuf-serdes - low level serialize/deserialize library for protobuf binary format](https://github.com/s-expresso/clojobuf-codec) `clojure` `clojurescript`

Loading…
Cancel
Save