Skip to content

Commit d3ac211

Browse files
Added data serialization libraries
- [cawasser/protobuf](https://github.com/cawasser/protobuf) is a Clojure interface to Google protocol buffers (protobuf). This is the most recently maintained fork of [ninjudd/clojure-protobuf](https://github.com/ninjudd/clojure-protobuf) - [Lancaster](https://github.com/deercreeklabs/lancaster) is a library for working with Apache Avro
1 parent 639910e commit d3ac211

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

projects.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2704,10 +2704,22 @@ uncaught:
27042704
categories: [Exception Handling]
27052705
platforms: [clj]
27062706

2707+
cawasser_protobuf:
2708+
name: cawasser/protobuf
2709+
url: https://github.com/cawasser/protobuf
2710+
categories: [Data Serialization, Schema]
2711+
platforms: [clj]
2712+
2713+
lancaster:
2714+
name: Lancaster
2715+
url: https://github.com/deercreeklabs/lancaster
2716+
categories: [Data Serialization, Schema]
2717+
platforms: [clj, cljs]
2718+
27072719
abracad:
27082720
name: Abracad
27092721
url: https://github.com/damballa/abracad
2710-
categories: [Data Serialization]
2722+
categories: [Data Serialization, Schema]
27112723
platforms: [clj]
27122724

27132725
useful:

0 commit comments

Comments
 (0)