File tree Expand file tree Collapse file tree 2 files changed +70
-0
lines changed
ocaml-protoc/ocaml-protoc.2.3 Expand file tree Collapse file tree 2 files changed +70
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Protobuf compiler for OCaml"
3+ description: "Protobuf compiler for OCaml"
4+ maintainer: "Maxime Ransan <
[email protected] >"
5+ post-messages: [
6+ "The runtime library is now called \"pbrt\"."
7+ ]
8+ authors:[
9+ "Maxime Ransan <
[email protected] >"
10+ ]
11+ homepage: "https://github.com/mransan/ocaml-protoc"
12+ bug-reports:"https://github.com/mransan/ocaml-protoc/issues"
13+ dev-repo:"git+https://github.com/mransan/ocaml-protoc.git"
14+ license: "MIT"
15+ build: [
16+ ["dune" "subst"] {dev}
17+ ["dune" "build" "@install" "-p" name "-j" jobs]
18+ ["dune" "runtest" "-p" name "-j" jobs] {with-test}
19+ ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
20+ ]
21+ depends: [
22+ "ocaml" {>="4.03.0"}
23+ "dune" {>="2.0"}
24+ "stdlib-shims"
25+ "pbrt" {= version}
26+ "odoc" {with-doc}
27+ ]
28+ url {
29+ src: "https://github.com/mransan/ocaml-protoc/archive/2.3.0.tar.gz"
30+ checksum: [
31+ "md5=14cb15d70a4ab90f692e132cbf640b11"
32+ "sha512=063a6a6a1c267ca3e965775f18e5362a58d7a0de92bcee90e57b6004fb79106c03ad1a4c04bd2d259e8d1d0461d2e2bd0b1c7862c58f763364d1cff62bba37a3"
33+ ]
34+ }
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Runtime library for Protobuf tooling"
3+ description: "Runtime library for Protobuf tooling"
4+ maintainer: "Maxime Ransan <
[email protected] >"
5+ post-messages: [
6+ "Pbrt: runtime library for ocaml-protoc.
7+
8+ A shim library named \"ocaml-protoc\" still exists, to ease the
9+ migration."
10+ ]
11+ authors:[
12+ "Maxime Ransan <
[email protected] >"
13+ ]
14+ homepage: "https://github.com/mransan/ocaml-protoc"
15+ bug-reports:"https://github.com/mransan/ocaml-protoc/issues"
16+ dev-repo:"git+https://github.com/mransan/ocaml-protoc.git"
17+ license: "MIT"
18+ build: [
19+ ["dune" "subst"] {dev}
20+ ["dune" "build" "@install" "-p" name "-j" jobs]
21+ ["dune" "runtest" "-p" "pbrt,ocaml-protoc" "-j" jobs] {with-test}
22+ ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
23+ ]
24+ depends: [
25+ "ocaml" {>="4.03.0"}
26+ "dune" {>="2.0"}
27+ "stdlib-shims"
28+ "odoc" {with-doc}
29+ ]
30+ url {
31+ src: "https://github.com/mransan/ocaml-protoc/archive/2.3.0.tar.gz"
32+ checksum: [
33+ "md5=14cb15d70a4ab90f692e132cbf640b11"
34+ "sha512=063a6a6a1c267ca3e965775f18e5362a58d7a0de92bcee90e57b6004fb79106c03ad1a4c04bd2d259e8d1d0461d2e2bd0b1c7862c58f763364d1cff62bba37a3"
35+ ]
36+ }
You can’t perform that action at this time.
0 commit comments