File tree Expand file tree Collapse file tree 2 files changed +70
-0
lines changed
ocaml-protoc/ocaml-protoc.2.4 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.4.0.tar.gz"
30+ checksum: [
31+ "md5=8a294e86c6202b8ec8016e71d19264cb"
32+ "sha512=67020bef50b59c6590c1b25d85a75d6e19d6cd37d42b87c94aef798bff51a45f38fe7024b4c67d71c22c13d3f2776bec83acd77794a518f1c4a7eddfc30b6d0b"
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.4.0.tar.gz"
32+ checksum: [
33+ "md5=8a294e86c6202b8ec8016e71d19264cb"
34+ "sha512=67020bef50b59c6590c1b25d85a75d6e19d6cd37d42b87c94aef798bff51a45f38fe7024b4c67d71c22c13d3f2776bec83acd77794a518f1c4a7eddfc30b6d0b"
35+ ]
36+ }
You can’t perform that action at this time.
0 commit comments