Protocol Buffers codec for hand-written schemas
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Prefix encoding packages with nox-

Extends the nox- prefix to the remaining encoding/codec packages —
none clash with opam-repository today, but the rule "blacksun forks
get nox-" applies the same way regardless of conflict status.

Renamed: json, xml, meta, opam, protobuf -> nox-*

+7 -7
+1 -1
dune
··· 4 4 5 5 (mdx 6 6 (files README.md) 7 - (libraries protobuf)) 7 + (libraries nox-protobuf))
+2 -2
dune-project
··· 1 1 (lang dune 3.21) 2 2 (using mdx 0.4) 3 - (name protobuf) 3 + (name nox-protobuf) 4 4 5 5 (generate_opam_files true) 6 6 ··· 10 10 (source (tangled gazagnaire.org/ocaml-protobuf)) 11 11 12 12 (package 13 - (name protobuf) 13 + (name nox-protobuf) 14 14 (synopsis "Protocol Buffers codec for hand-written schemas") 15 15 (tags (org:blacksun codec.binary)) 16 16 (description
+1 -1
fuzz/dune
··· 8 8 9 9 (executable 10 10 (name fuzz) 11 - (libraries protobuf bytesrw alcobar)) 11 + (libraries nox-protobuf bytesrw alcobar)) 12 12 13 13 (rule 14 14 (alias runtest)
+1 -1
lib/dune
··· 1 1 (library 2 2 (name protobuf) 3 - (public_name protobuf) 3 + (public_name nox-protobuf) 4 4 (libraries bytesrw fmt leb128 nox-loc))
protobuf.opam nox-protobuf.opam
protobuf.opam.template nox-protobuf.opam.template
+1 -1
test/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries protobuf bytesrw leb128 alcotest fmt)) 3 + (libraries nox-protobuf bytesrw leb128 alcotest fmt))
+1 -1
test/interop/protoc/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries protobuf nox-csv alcotest fmt) 3 + (libraries nox-protobuf nox-csv alcotest fmt) 4 4 (deps 5 5 (source_tree traces) 6 6 (source_tree scripts)))