-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update references to the new gh location and add Acknowledgements
- Loading branch information
1 parent
6e92aab
commit 6f48886
Showing
8 changed files
with
50 additions
and
35 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Ocaml protoc plugin | ||
[![Main workflow](https://github.com/issuu/ocaml-protoc-plugin/actions/workflows/workflow.yml/badge.svg)](https://github.com/issuu/ocaml-protoc-plugin/actions/workflows/workflow.yml) | ||
[![Main workflow](https://github.com/andersfugmann/ocaml-protoc-plugin/actions/workflows/workflow.yml/badge.svg)](https://github.com/andersfugmann/ocaml-protoc-plugin/actions/workflows/workflow.yml) | ||
|
||
The goal of Ocaml protoc plugin is to create an up to date plugin for | ||
the google protobuf compiler (`protoc`) to generate Ocaml types and | ||
|
@@ -290,9 +290,9 @@ The distributed google types are compiled using default parameters, | |
i.e. without any ppx annotations. | ||
|
||
If you want to change this, or add type annotations, you can copy the | ||
[dune](https://github.com/issuu/ocaml-protoc-plugin/tree/master/src/google_types/dune) | ||
[dune](https://github.com/andersfugmann/ocaml-protoc-plugin/tree/main/src/google_types/dune) | ||
from the distribution to your own project, and make alterations | ||
there. See the [echo\_deriving](https://github.com/issuu/ocaml-protoc-plugin/tree/master/examples/echo_deriving) | ||
there. See the [echo\_deriving](https://github.com/andersfugmann/ocaml-protoc-plugin/tree/main/examples/echo_deriving) | ||
example on how to do this. | ||
|
||
# Example | ||
|
@@ -381,4 +381,19 @@ let read_person binary_message = | |
``` | ||
|
||
More examples can be found under | ||
[examples](https://github.com/issuu/ocaml-protoc-plugin/tree/master/examples) | ||
[examples](https://github.com/andersfugmann/ocaml-protoc-plugin/tree/main/examples) | ||
|
||
# Acknowledgements | ||
Thanks to [Issuu](https://issuu.com) who has initially developed this library/plugin | ||
|
||
Thanks to all contributers: | ||
Anders Fugmann <[email protected]> | ||
Andreas Dahl <[email protected]> | ||
Dario Teixeira <[email protected]> | ||
Kate <[email protected]> | ||
Martin Slota <[email protected]> | ||
Nymphium <[email protected]> | ||
Rauan Mayemir <[email protected]> | ||
Tim McGilchrist <[email protected]> | ||
Virgile Prevosto <[email protected]> | ||
Wojtek Czekalski <[email protected]> |
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
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
opam-version: "2.0" | ||
maintainer: "Issuu" | ||
maintainer: "Anders Fugmann" | ||
authors: "Anders Fugmann <[email protected]>" | ||
license: "APACHE-2.0" | ||
homepage: "https://github.com/issuu/ocaml-protoc-plugin" | ||
dev-repo: "git+https://github.com/issuu/ocaml-protoc-plugin" | ||
bug-reports: "https://github.com/issuu/ocaml-protoc-plugin/issues" | ||
doc: "https://issuu.github.io/ocaml-protoc-plugin/" | ||
homepage: "https://github.com/andersfugmann/ocaml-protoc-plugin" | ||
dev-repo: "git+https://github.com/andersfugmann/ocaml-protoc-plugin" | ||
bug-reports: "https://github.com/andersfugmann/ocaml-protoc-plugin/issues" | ||
doc: "https://andersfugmann.github.io/ocaml-protoc-plugin/" | ||
build: [ | ||
["dune" "subst"] {dev} | ||
["dune" "build" "-p" name "-j" jobs] | ||
|
@@ -20,6 +20,7 @@ depends: [ | |
"ppx_inline_test" {with-test} | ||
"ppx_deriving" {with-test} | ||
"bisect_ppx" {with-test} | ||
"odoc" {with-doc} | ||
"conf-pkg-config" {build} | ||
] | ||
|
||
|
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
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
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
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