this repo has no description
0
fork

Configure Feed

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

[new release] ocaml-protoc (4 packages) (3.1.1)

CHANGES:

- fix error in codegen for nested `oneof` in yojson

+157
+40
packages/ocaml-protoc/ocaml-protoc.3.1.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Pure OCaml compiler for .proto files" 3 + maintainer: ["Maxime Ransan <maxime.ransan@gmail.com>" "Simon Cruanes"] 4 + authors: ["Maxime Ransan <maxime.ransan@gmail.com>" "Simon Cruanes"] 5 + license: "MIT" 6 + tags: ["protoc" "protobuf" "codegen"] 7 + homepage: "https://github.com/mransan/ocaml-protoc" 8 + bug-reports: "https://github.com/mransan/ocaml-protoc/issues" 9 + depends: [ 10 + "dune" {>= "2.0"} 11 + "odoc" {with-doc} 12 + "pbrt" {= version} 13 + "pbrt_yojson" {= version & with-test} 14 + "pbrt_services" {= version & with-test} 15 + "ocaml" {>= "4.08"} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {pinned} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/mransan/ocaml-protoc.git" 32 + url { 33 + src: 34 + "https://github.com/mransan/ocaml-protoc/releases/download/v3.1.1/ocaml-protoc-3.1.1.tbz" 35 + checksum: [ 36 + "sha256=c5657fcbfcbaea361beb847f72b8a6a6f36ce9e773bf285b278a0da75f988fbc" 37 + "sha512=ea86d04b6293eba48360409049f907fc3e73138ec434b5d1894a2dcdaa0478f6f5a1d13f1ba87c553ddf6806a618525f621d2af862b495ce3426242a3a42e339" 38 + ] 39 + } 40 + x-commit-hash: "20e71e04d2bd2df037d7647dd0818817ffe5f7be"
+39
packages/pbrt/pbrt.3.1.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Runtime library for Protobuf tooling" 3 + maintainer: ["Maxime Ransan <maxime.ransan@gmail.com>" "Simon Cruanes"] 4 + authors: ["Maxime Ransan <maxime.ransan@gmail.com>" "Simon Cruanes"] 5 + license: "MIT" 6 + tags: ["protobuf" "encode" "decode"] 7 + homepage: "https://github.com/mransan/ocaml-protoc" 8 + bug-reports: "https://github.com/mransan/ocaml-protoc/issues" 9 + depends: [ 10 + "dune" {>= "2.0"} 11 + "stdlib-shims" 12 + "odoc" {with-doc} 13 + "ocaml" {>= "4.08"} 14 + ] 15 + dev-repo: "git+https://github.com/mransan/ocaml-protoc.git" 16 + available: arch != "arm32" & arch != "x86_32" & arch != "ppc32" & arch != "ppc64" 17 + build: [ 18 + ["dune" "subst"] {pinned} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@src/tests/unit-tests/pbrt/runtest" {with-test} # custom path 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + url { 32 + src: 33 + "https://github.com/mransan/ocaml-protoc/releases/download/v3.1.1/ocaml-protoc-3.1.1.tbz" 34 + checksum: [ 35 + "sha256=c5657fcbfcbaea361beb847f72b8a6a6f36ce9e773bf285b278a0da75f988fbc" 36 + "sha512=ea86d04b6293eba48360409049f907fc3e73138ec434b5d1894a2dcdaa0478f6f5a1d13f1ba87c553ddf6806a618525f621d2af862b495ce3426242a3a42e339" 37 + ] 38 + } 39 + x-commit-hash: "20e71e04d2bd2df037d7647dd0818817ffe5f7be"
+38
packages/pbrt_services/pbrt_services.3.1.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Runtime library for ocaml-protoc to support RPC services" 3 + maintainer: ["Maxime Ransan <maxime.ransan@gmail.com>" "Simon Cruanes"] 4 + authors: ["Maxime Ransan <maxime.ransan@gmail.com>" "Simon Cruanes"] 5 + license: "MIT" 6 + tags: ["protobuf" "encode" "decode" "services" "rpc"] 7 + homepage: "https://github.com/mransan/ocaml-protoc" 8 + bug-reports: "https://github.com/mransan/ocaml-protoc/issues" 9 + depends: [ 10 + "dune" {>= "2.0"} 11 + "ocaml" {>= "4.08"} 12 + "pbrt" {= version} 13 + "pbrt_yojson" {= version} 14 + ] 15 + dev-repo: "git+https://github.com/mransan/ocaml-protoc.git" 16 + build: [ 17 + ["dune" "subst"] {pinned} 18 + [ 19 + "dune" 20 + "build" 21 + "-p" 22 + name 23 + "-j" 24 + jobs 25 + "@install" 26 + # "@runtest" {with-test} # no tests 27 + "@doc" {with-doc} 28 + ] 29 + ] 30 + url { 31 + src: 32 + "https://github.com/mransan/ocaml-protoc/releases/download/v3.1.1/ocaml-protoc-3.1.1.tbz" 33 + checksum: [ 34 + "sha256=c5657fcbfcbaea361beb847f72b8a6a6f36ce9e773bf285b278a0da75f988fbc" 35 + "sha512=ea86d04b6293eba48360409049f907fc3e73138ec434b5d1894a2dcdaa0478f6f5a1d13f1ba87c553ddf6806a618525f621d2af862b495ce3426242a3a42e339" 36 + ] 37 + } 38 + x-commit-hash: "20e71e04d2bd2df037d7647dd0818817ffe5f7be"
+40
packages/pbrt_yojson/pbrt_yojson.3.1.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "Runtime library for ocaml-protoc to support JSON encoding/decoding" 4 + maintainer: ["Maxime Ransan <maxime.ransan@gmail.com>" "Simon Cruanes"] 5 + authors: ["Maxime Ransan <maxime.ransan@gmail.com>" "Simon Cruanes"] 6 + license: "MIT" 7 + tags: ["protobuf" "encode" "decode"] 8 + homepage: "https://github.com/mransan/ocaml-protoc" 9 + bug-reports: "https://github.com/mransan/ocaml-protoc/issues" 10 + depends: [ 11 + "dune" {>= "2.0"} 12 + "ocaml" {>= "4.08"} 13 + "odoc" {with-doc} 14 + "yojson" {>= "1.6"} 15 + "base64" {>= "3.0"} 16 + ] 17 + dev-repo: "git+https://github.com/mransan/ocaml-protoc.git" 18 + build: [ 19 + ["dune" "subst"] {pinned} 20 + [ 21 + "dune" 22 + "build" 23 + "-p" 24 + name 25 + "-j" 26 + jobs 27 + "@install" 28 + "@src/tests/yojson/runtest" {with-test} 29 + "@doc" {with-doc} 30 + ] 31 + ] 32 + url { 33 + src: 34 + "https://github.com/mransan/ocaml-protoc/releases/download/v3.1.1/ocaml-protoc-3.1.1.tbz" 35 + checksum: [ 36 + "sha256=c5657fcbfcbaea361beb847f72b8a6a6f36ce9e773bf285b278a0da75f988fbc" 37 + "sha512=ea86d04b6293eba48360409049f907fc3e73138ec434b5d1894a2dcdaa0478f6f5a1d13f1ba87c553ddf6806a618525f621d2af862b495ce3426242a3a42e339" 38 + ] 39 + } 40 + x-commit-hash: "20e71e04d2bd2df037d7647dd0818817ffe5f7be"