Skip to content

Commit

Permalink
chore: add myself as maintainer to opam files :^)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Nov 25, 2023
1 parent 47add59 commit 84d0dbd
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
(generate_opam_files true)
(version 2.4)

(maintainers "Maxime Ransan <[email protected]>")
(authors "Maxime Ransan <[email protected]>")
(maintainers "Maxime Ransan <[email protected]>" "Simon Cruanes")
(authors "Maxime Ransan <[email protected]>" "Simon Cruanes")
(source (github mransan/ocaml-protoc))
(license MIT)

Expand Down
4 changes: 2 additions & 2 deletions ocaml-protoc.opam
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
opam-version: "2.0"
version: "2.4"
synopsis: "Pure OCaml compiler for .proto files"
maintainer: ["Maxime Ransan <[email protected]>"]
authors: ["Maxime Ransan <[email protected]>"]
maintainer: ["Maxime Ransan <[email protected]>" "Simon Cruanes"]
authors: ["Maxime Ransan <[email protected]>" "Simon Cruanes"]
license: "MIT"
tags: ["protoc" "protobuf" "codegen"]
homepage: "https://github.com/mransan/ocaml-protoc"
Expand Down
4 changes: 2 additions & 2 deletions pbrt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
opam-version: "2.0"
version: "2.4"
synopsis: "Runtime library for Protobuf tooling"
maintainer: ["Maxime Ransan <[email protected]>"]
authors: ["Maxime Ransan <[email protected]>"]
maintainer: ["Maxime Ransan <[email protected]>" "Simon Cruanes"]
authors: ["Maxime Ransan <[email protected]>" "Simon Cruanes"]
license: "MIT"
tags: ["protobuf" "encode" "decode"]
homepage: "https://github.com/mransan/ocaml-protoc"
Expand Down
4 changes: 2 additions & 2 deletions pbrt_services.opam
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
opam-version: "2.0"
version: "2.4"
synopsis: "Runtime library for ocaml-protoc to support RPC services"
maintainer: ["Maxime Ransan <[email protected]>"]
authors: ["Maxime Ransan <[email protected]>"]
maintainer: ["Maxime Ransan <[email protected]>" "Simon Cruanes"]
authors: ["Maxime Ransan <[email protected]>" "Simon Cruanes"]
license: "MIT"
tags: ["protobuf" "encode" "decode" "services" "rpc"]
homepage: "https://github.com/mransan/ocaml-protoc"
Expand Down
4 changes: 2 additions & 2 deletions pbrt_yojson.opam
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ opam-version: "2.0"
version: "2.4"
synopsis:
"Runtime library for ocaml-protoc to support JSON encoding/decoding"
maintainer: ["Maxime Ransan <[email protected]>"]
authors: ["Maxime Ransan <[email protected]>"]
maintainer: ["Maxime Ransan <[email protected]>" "Simon Cruanes"]
authors: ["Maxime Ransan <[email protected]>" "Simon Cruanes"]
license: "MIT"
tags: ["protobuf" "encode" "decode"]
homepage: "https://github.com/mransan/ocaml-protoc"
Expand Down

0 comments on commit 84d0dbd

Please sign in to comment.