Skip to content

Commit e4adff1

Browse files
committed
update timestamps, changelog, status
1 parent 7e100fa commit e4adff1

File tree

4 files changed

+15
-22
lines changed

4 files changed

+15
-22
lines changed

docs/_includes/sidebar_rules_ocaml.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<a title="{{folder.title}}"
3333
href="{{folder.external_url}}"
3434
target="_blank">
35-
A {{folder.title}}
35+
{{folder.title}}
3636
</a>
3737
</li>
3838
{% elsif page.url == folder.url %}

docs/changelog.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ toc: false
4343
* https://github.com/obazl/rules_ctypes[rules_ctypes] - support for https://github.com/yallop/ocaml-ctypes[ocaml-ctypes] package.
4444
* https://github.com/obazl/rules_cppo[rules_cppo] - support for the https://github.com/ocaml-community/cppo[cppo] tool
4545

46+
=== New tools
47+
48+
Support added for the tools in the standard SDK (`ocamldebug`, `ocamlobjinfo`, etc.) and for a subset of the OCaml Platform tools (`opam`, `utop`, `ppxlib`).
49+
4650
=== Deprecations
4751
* `ocaml_ns_library` is deprecated and will be removed in the next version.
4852

docs/index.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@
66
:page-sidebar: rules_ocaml_home_sbdata
77
:page-tags: [bazel]
88
:page-keywords: notes, tips, cautions, warnings, admonitions
9-
:page-last_updated: Mar 27, 2025
9+
:page-last_updated: Mar 31, 2025
1010
:page-toc: true
1111
:toc: true
1212

13-
This site documents the OBazl toolsuite, version 3.0.0.
13+
This site documents the OBazl toolsuite, version 3.0.0.beta.1
1414

1515
[WARNING]
1616
====
17-
Version 3.0.0.beta.1 scheduled for release on Mar 28, 2025 or thereabouts.
1817
1918
This documentation is a Work-In-Progress. Things will be a little
2019
messy and incomplete. The best way to learn how to use the rules is
@@ -32,7 +31,7 @@ you can also use the `@obazl//new` tool to generate a project from a template.
3231
=== Demo projects
3332

3433
NOTE: The demo projects use the `xdg` opam toolchain strategy
35-
(explained in link:tools-opam/user-guide[tools-opam]); this means the initial build will create an opam root
34+
(explained in https://github.com/obazl/tools_opam[tools-opam,window=_blank]); this means the initial build will create an opam root
3635
and switch in `$XDG_DATA_HOME`. This only happens once, and `xdg`
3736
toolchains are shared by all OBazl projects. So the initial build may
3837
take a while; thereafter builds should be reasonably fast.

docs/status.adoc

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,22 @@
55
:page-keywords: notes, tips, cautions, warnings, admonitions
66
:page-last_updated: May 2, 2022
77
:page-sidebar: false
8-
:page-last_updated: Feb 12, 2024
8+
:page-last_updated: Mar 31, 2025
99
:page-toc: true
1010
:toc: true
1111
---
1212

13-
// layout: rules_ocaml_ug
14-
// title: Status
15-
// permalink: /status
16-
// tags: [status]
17-
// keywords: notes, tips, cautions, warnings, admonitions
18-
// last_updated: Feb 12, 2024
19-
// sidebar: false
20-
// :pa
21-
// toc: true
22-
// ---
23-
24-
25-
2613
== link:https://github.com/obazl/rules_ocaml[rules_ocaml,window=_blank]
2714

28-
Version 3.0.0.beta.1 available for testing 3/19/2025. See link:https://github.com/obazl/rules_ocaml/tree/3.0.0.beta/docs[rules_ocaml/docs,window=_blank] for status information and roadmap.
15+
Version 3.0.0.beta.1 prereleased 3/31/2025. See link:https://github.com/obazl/rules_ocaml/tree/3.0.0.beta/docs[rules_ocaml/docs,window=_blank] for status information and roadmap.
2916

3017
== link:https://github.com/obazl/tools_opam[tools_opam,window=_blank]
3118

32-
OPAM integration. Version 1.0.0.alpha available for testing Feb 10 2025.
19+
OPAM integration. Version 1.0.0.beta.1 prereleased Mar 31 2025.
20+
21+
== link:https://github.com/obazl/tools_obazl[tools_obazl,window=_blank]
22+
23+
Version 3.0.0.beta.1 prereleased Mar 31 2025.
3324

3425
== link:https://github.com/obazl/coswitch[coswitch,window=_blank]
3526

@@ -43,4 +34,3 @@ IMPORTANT: Retired! Replaced by `tools_opam`.
4334
=== link:https://github.com/obazl/mibl[mibl,window=_blank]
4435

4536

46-
=== link:https://github.com/obazl/tools_obazl[tools_obazl,window=_blank]

0 commit comments

Comments
 (0)