Skip to content

Commit 9b37f31

Browse files
committed
Add Ocaml example
1 parent 934eadc commit 9b37f31

File tree

7 files changed

+19
-3
lines changed

7 files changed

+19
-3
lines changed

docs/modules/ROOT/pages/index.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Examples of non-Java projects:
2727
* xref:examples:miscellaneous/go.adoc[]
2828
* xref:examples:miscellaneous/haskell.adoc[]
2929
* xref:examples:miscellaneous/nim.adoc[]
30+
* xref:examples:miscellaneous/ocaml.adoc[]
3031
* xref:examples:miscellaneous/odin.adoc[]
3132
* xref:examples:miscellaneous/perl.adoc[]
3233
* xref:examples:miscellaneous/rust-cross-platform.adoc[]

docs/modules/examples/nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
*** xref:miscellaneous/go.adoc[]
3131
*** xref:miscellaneous/haskell.adoc[]
3232
*** xref:miscellaneous/nim.adoc[]
33+
*** xref:miscellaneous/ocaml.adoc[]
3334
*** xref:miscellaneous/odin.adoc[]
3435
*** xref:miscellaneous/perl.adoc[]
3536
*** xref:miscellaneous/rust-cross-platform.adoc[]

docs/modules/examples/pages/miscellaneous/cpp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Helloworld in CPP
1+
= Helloworld in C++
22

33
The link:https://github.com/jreleaser/helloworld-cpp[] repository shows the configuration and steps to:
44

docs/modules/examples/pages/miscellaneous/csharp-cross-platform.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Helloworld in C# (Cross Platform)
1+
= Helloworld in C#
22

33
The link:https://github.com/jreleaser/helloworld-csharp[] repository shows the configuration and steps to:
44

docs/modules/examples/pages/miscellaneous/index.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* xref:miscellaneous/go.adoc[]
1414
* xref:miscellaneous/haskell.adoc[]
1515
* xref:miscellaneous/nim.adoc[]
16+
* xref:miscellaneous/ocaml.adoc[]
1617
* xref:miscellaneous/odin.adoc[]
1718
* xref:miscellaneous/perl.adoc[]
1819
* xref:miscellaneous/rust-cross-platform.adoc[]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
= Helloworld in OCaml
2+
3+
The link:https://github.com/jreleaser/helloworld-ocaml[] repository shows the configuration and steps to:
4+
5+
- Compile a helloworld app for the following targets:
6+
** `osx-aarch_64`
7+
** `osx-x86_64`
8+
** `linux-x86_64`
9+
- Assemble zip distributions with JReleaser
10+
- Create rolling early-access releases with JReleaser on every push to `main` branch
11+
12+
IMPORTANT: JReleaser requires 2 additional inputs that may be set as environment variables, `JRELEASER_PROJECT_VERSION` and `JRELEASER_GITHUB_TOKEN`.
13+
More information about environment variable configuration may be found xref:reference:environment.adoc[here].

docs/modules/examples/pages/miscellaneous/rust-cross-platform.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Helloworld in Rust (Cross Platform)
1+
= Helloworld in Rust
22

33
The link:https://github.com/jreleaser/helloworld-rustx[] repository shows the configuration and steps to:
44

0 commit comments

Comments
 (0)