this repo has no description

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

CHANGES:

- fix bug where code for services would be generated even if `--services`
is not passed on the CLI

Changed files
+157
packages
ocaml-protoc
ocaml-protoc.3.0.1
pbrt
pbrt.3.0.1
pbrt_services
pbrt_services.3.0.1
pbrt_yojson
pbrt_yojson.3.0.1
+40
packages/ocaml-protoc/ocaml-protoc.3.0.1/opam
···
+
opam-version: "2.0"
+
synopsis: "Pure OCaml compiler for .proto files"
+
maintainer: ["Maxime Ransan <maxime.ransan@gmail.com>" "Simon Cruanes"]
+
authors: ["Maxime Ransan <maxime.ransan@gmail.com>" "Simon Cruanes"]
+
license: "MIT"
+
tags: ["protoc" "protobuf" "codegen"]
+
homepage: "https://github.com/mransan/ocaml-protoc"
+
bug-reports: "https://github.com/mransan/ocaml-protoc/issues"
+
depends: [
+
"dune" {>= "2.0"}
+
"odoc" {with-doc}
+
"pbrt" {= version}
+
"pbrt_yojson" {= version & with-test}
+
"pbrt_services" {= version & with-test}
+
"ocaml" {>= "4.08"}
+
]
+
build: [
+
["dune" "subst"] {pinned}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/mransan/ocaml-protoc.git"
+
url {
+
src:
+
"https://github.com/mransan/ocaml-protoc/releases/download/v3.0.1/ocaml-protoc-3.0.1.tbz"
+
checksum: [
+
"sha256=33904442e655b259e18386be2ccc335bfaf69e5ecaf02085b6aa327f5c82c365"
+
"sha512=d39b027d6b96f14c08789095990abbdad918ae54eba4ab094bef51931ea6f60c89c8e33cd35c0263c7d54e684deeb53c3272985cecb85d83bf546f3a1cd58af0"
+
]
+
}
+
x-commit-hash: "d781f552979406c5721c4fdae0bf7b34556ca02e"
+39
packages/pbrt/pbrt.3.0.1/opam
···
+
opam-version: "2.0"
+
synopsis: "Runtime library for Protobuf tooling"
+
maintainer: ["Maxime Ransan <maxime.ransan@gmail.com>" "Simon Cruanes"]
+
authors: ["Maxime Ransan <maxime.ransan@gmail.com>" "Simon Cruanes"]
+
license: "MIT"
+
tags: ["protobuf" "encode" "decode"]
+
homepage: "https://github.com/mransan/ocaml-protoc"
+
bug-reports: "https://github.com/mransan/ocaml-protoc/issues"
+
depends: [
+
"dune" {>= "2.0"}
+
"stdlib-shims"
+
"odoc" {with-doc}
+
"ocaml" {>= "4.08"}
+
]
+
build: [
+
["dune" "subst"] {pinned}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/mransan/ocaml-protoc.git"
+
available: arch != "arm32" & arch != "x86_32" & arch != "ppc32" & arch != "ppc64"
+
url {
+
src:
+
"https://github.com/mransan/ocaml-protoc/releases/download/v3.0.1/ocaml-protoc-3.0.1.tbz"
+
checksum: [
+
"sha256=33904442e655b259e18386be2ccc335bfaf69e5ecaf02085b6aa327f5c82c365"
+
"sha512=d39b027d6b96f14c08789095990abbdad918ae54eba4ab094bef51931ea6f60c89c8e33cd35c0263c7d54e684deeb53c3272985cecb85d83bf546f3a1cd58af0"
+
]
+
}
+
x-commit-hash: "d781f552979406c5721c4fdae0bf7b34556ca02e"
+38
packages/pbrt_services/pbrt_services.3.0.1/opam
···
+
opam-version: "2.0"
+
synopsis: "Runtime library for ocaml-protoc to support RPC services"
+
maintainer: ["Maxime Ransan <maxime.ransan@gmail.com>" "Simon Cruanes"]
+
authors: ["Maxime Ransan <maxime.ransan@gmail.com>" "Simon Cruanes"]
+
license: "MIT"
+
tags: ["protobuf" "encode" "decode" "services" "rpc"]
+
homepage: "https://github.com/mransan/ocaml-protoc"
+
bug-reports: "https://github.com/mransan/ocaml-protoc/issues"
+
depends: [
+
"dune" {>= "2.0"}
+
"ocaml" {>= "4.08"}
+
"pbrt" {= version}
+
"pbrt_yojson" {= version}
+
]
+
build: [
+
["dune" "subst"] {pinned}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/mransan/ocaml-protoc.git"
+
url {
+
src:
+
"https://github.com/mransan/ocaml-protoc/releases/download/v3.0.1/ocaml-protoc-3.0.1.tbz"
+
checksum: [
+
"sha256=33904442e655b259e18386be2ccc335bfaf69e5ecaf02085b6aa327f5c82c365"
+
"sha512=d39b027d6b96f14c08789095990abbdad918ae54eba4ab094bef51931ea6f60c89c8e33cd35c0263c7d54e684deeb53c3272985cecb85d83bf546f3a1cd58af0"
+
]
+
}
+
x-commit-hash: "d781f552979406c5721c4fdae0bf7b34556ca02e"
+40
packages/pbrt_yojson/pbrt_yojson.3.0.1/opam
···
+
opam-version: "2.0"
+
synopsis:
+
"Runtime library for ocaml-protoc to support JSON encoding/decoding"
+
maintainer: ["Maxime Ransan <maxime.ransan@gmail.com>" "Simon Cruanes"]
+
authors: ["Maxime Ransan <maxime.ransan@gmail.com>" "Simon Cruanes"]
+
license: "MIT"
+
tags: ["protobuf" "encode" "decode"]
+
homepage: "https://github.com/mransan/ocaml-protoc"
+
bug-reports: "https://github.com/mransan/ocaml-protoc/issues"
+
depends: [
+
"dune" {>= "2.0"}
+
"ocaml" {>= "4.08"}
+
"odoc" {with-doc}
+
"yojson" {>= "1.6"}
+
"base64" {>= "3.0"}
+
]
+
build: [
+
["dune" "subst"] {pinned}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/mransan/ocaml-protoc.git"
+
url {
+
src:
+
"https://github.com/mransan/ocaml-protoc/releases/download/v3.0.1/ocaml-protoc-3.0.1.tbz"
+
checksum: [
+
"sha256=33904442e655b259e18386be2ccc335bfaf69e5ecaf02085b6aa327f5c82c365"
+
"sha512=d39b027d6b96f14c08789095990abbdad918ae54eba4ab094bef51931ea6f60c89c8e33cd35c0263c7d54e684deeb53c3272985cecb85d83bf546f3a1cd58af0"
+
]
+
}
+
x-commit-hash: "d781f552979406c5721c4fdae0bf7b34556ca02e"