-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21994 from c-cube/opam-publish-ocaml-protoc-pbrt.2.3
2 packages from mransan/ocaml-protoc at 2.3
- Loading branch information
Showing
2 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
opam-version: "2.0" | ||
synopsis: "Protobuf compiler for OCaml" | ||
description: "Protobuf compiler for OCaml" | ||
maintainer: "Maxime Ransan <[email protected]>" | ||
post-messages: [ | ||
"The runtime library is now called \"pbrt\"." | ||
] | ||
authors:[ | ||
"Maxime Ransan <[email protected]>" | ||
] | ||
homepage: "https://github.com/mransan/ocaml-protoc" | ||
bug-reports:"https://github.com/mransan/ocaml-protoc/issues" | ||
dev-repo:"git+https://github.com/mransan/ocaml-protoc.git" | ||
license: "MIT" | ||
build: [ | ||
["dune" "subst"] {dev} | ||
["dune" "build" "@install" "-p" name "-j" jobs] | ||
["dune" "runtest" "-p" name "-j" jobs] {with-test} | ||
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} | ||
] | ||
depends: [ | ||
"ocaml" {>="4.03.0"} | ||
"dune" {>="2.0"} | ||
"stdlib-shims" | ||
"pbrt" {= version} | ||
"odoc" {with-doc} | ||
] | ||
url { | ||
src: "https://github.com/mransan/ocaml-protoc/archive/2.3.0.tar.gz" | ||
checksum: [ | ||
"md5=14cb15d70a4ab90f692e132cbf640b11" | ||
"sha512=063a6a6a1c267ca3e965775f18e5362a58d7a0de92bcee90e57b6004fb79106c03ad1a4c04bd2d259e8d1d0461d2e2bd0b1c7862c58f763364d1cff62bba37a3" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
opam-version: "2.0" | ||
synopsis: "Runtime library for Protobuf tooling" | ||
description: "Runtime library for Protobuf tooling" | ||
maintainer: "Maxime Ransan <[email protected]>" | ||
post-messages: [ | ||
"Pbrt: runtime library for ocaml-protoc. | ||
|
||
A shim library named \"ocaml-protoc\" still exists, to ease the | ||
migration." | ||
] | ||
authors:[ | ||
"Maxime Ransan <[email protected]>" | ||
] | ||
homepage: "https://github.com/mransan/ocaml-protoc" | ||
bug-reports:"https://github.com/mransan/ocaml-protoc/issues" | ||
dev-repo:"git+https://github.com/mransan/ocaml-protoc.git" | ||
license: "MIT" | ||
build: [ | ||
["dune" "subst"] {dev} | ||
["dune" "build" "@install" "-p" name "-j" jobs] | ||
["dune" "runtest" "-p" "pbrt,ocaml-protoc" "-j" jobs] {with-test} | ||
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} | ||
] | ||
depends: [ | ||
"ocaml" {>="4.03.0"} | ||
"dune" {>="2.0"} | ||
"stdlib-shims" | ||
"odoc" {with-doc} | ||
] | ||
url { | ||
src: "https://github.com/mransan/ocaml-protoc/archive/2.3.0.tar.gz" | ||
checksum: [ | ||
"md5=14cb15d70a4ab90f692e132cbf640b11" | ||
"sha512=063a6a6a1c267ca3e965775f18e5362a58d7a0de92bcee90e57b6004fb79106c03ad1a4c04bd2d259e8d1d0461d2e2bd0b1c7862c58f763364d1cff62bba37a3" | ||
] | ||
} |