# HG changeset patch # User Malcolm # Date 1739022649 -3600 # Sat Feb 08 14:50:49 2025 +0100 # Node ID 35684fe917ff45172935c73d44de2a796597de97 # Parent b44ad331c17efb884ccc44dc6672c310410a6e33 FIX Another instance of strftime wrong for alpine diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -2,58 +2,60 @@ # Table of Contents -1. [About](#org0a16512) - 1. [Why Does This Exist?](#org782c2ff) -2. [Parallelism](#org93ac622) -3. [Content Hash Based Builds](#org7a1baea) -4. [Terminology](#org0edb747) -5. [Projects](#orgeecfebb) - 1. [Ocaml](#orgbb59668) - 2. [Third-party](#org862caf9) -6. [Dependencies](#org05d469e) -7. [Configuration](#org10a7b48) - 1. [Configuration Variables For Projects](#orga20d294) - 2. [Configuration Variables For Tests](#org30b6f85) - 3. [Outputting the configuration](#orgdaf8296) -8. [Produced Files](#orge8affcf) -9. [Documentation](#org8ad6181) -10. [Selectors](#org5986af9) -11. [Changelog](#org1fb860b) - 1. [1.0.0](#orgfa5a23f) - 2. [1.1.0](#org3866d12) - 3. [2.0.0](#org9af77a0) - 4. [3.0.0](#org7276705) - 5. [3.0.1](#org3a05e17) - 6. [3.0.2](#org5a6c098) - 7. [3.0.3](#org5db04fb) - 8. [3.0.4](#org977617c) - 9. [3.1.0](#org7156135) - 10. [3.1.1](#orga6b5986) - 11. [4.11](#org27b99ae) - 12. [4.12](#org79085ec) - 13. [4.13](#org3ceaa28) - 14. [5.14](#org6fb1adc) - 15. [5.15](#orgd1ad08d) - 16. [5.16](#org516abd3) - 17. [5.17 (bug release)](#orga66757d) - 18. [5.18](#org7dd5722) - 19. [5.19](#org4dbf208) - 20. [6.20](#org9d6bd61) - 21. [5.21](#orga691fb7) - 22. [5.22](#org449cc13) - 23. [5.23](#org7354078) - 24. [5.24](#org7424460) - 25. [5.25](#org47dcbd5) - 26. [5.26 (bug release)](#org86beb6b) - 27. [5.27](#orge675378) - 28. [5.28](#org0815af3) - 29. [5.29](#org2879fa4) - 30. [6.43](#orge573caf) - 31. [6.44](#orgb95e58f) - 32. [6.45](#org75b4676) +1. [About](#orgaeb9efc) + 1. [Why Does This Exist?](#org32604dc) +2. [Parallelism](#org0e17918) +3. [Content Hash Based Builds](#org2334e05) +4. [Terminology](#org79571a5) +5. [Projects](#org4574903) + 1. [Ocaml](#orga7d8cd8) + 2. [Third-party](#orga521199) +6. [Dependencies](#orga1a7e56) +7. [Configuration](#org89d217b) + 1. [Configuration Variables For Projects](#org15697e7) + 2. [Configuration Variables For Tests](#orgf421fca) + 3. [Outputting the configuration](#org90dbd62) +8. [Produced Files](#org95d8dcf) +9. [Documentation](#org82b3ac2) +10. [Selectors](#orgade5de2) +11. [Changelog](#org4eb68f3) + 1. [1.0.0](#org4fe086a) + 2. [1.1.0](#orga788cdf) + 3. [2.0.0](#org36ef142) + 4. [3.0.0](#org720e18b) + 5. [3.0.1](#org31e8b1d) + 6. [3.0.2](#org8c0c2b0) + 7. [3.0.3](#org8a724d6) + 8. [3.0.4](#orgc99b22b) + 9. [3.1.0](#org2c98f71) + 10. [3.1.1](#org64d3989) + 11. [4.11](#orgd42232e) + 12. [4.12](#org529def8) + 13. [4.13](#org5872c7d) + 14. [5.14](#orge45d2c1) + 15. [5.15](#org6b2134c) + 16. [5.16](#org5f153eb) + 17. [5.17 (bug release)](#org10c91f2) + 18. [5.18](#org3a2fa9e) + 19. [5.19](#orgd32d278) + 20. [6.20](#org5446435) + 21. [5.21](#orgb5af0e7) + 22. [5.22](#org902ae8b) + 23. [5.23](#org996f813) + 24. [5.24](#org2a3fc42) + 25. [5.25](#org138eaf8) + 26. [5.26 (bug release)](#org4d8bd98) + 27. [5.27](#org2e92c3e) + 28. [5.28](#org2118798) + 29. [5.29](#orgbd44a7e) + 30. [6.43](#org10c36f6) + 31. [6.44](#org06d13bb) + 32. [6.45](#org30ea443) + 33. [6.46](#org175b1fe) + 34. [6.47](#org3a7e685) - + # About @@ -120,7 +122,7 @@ `build/test-release`. - + ## Why Does This Exist? @@ -133,7 +135,7 @@ meant to be non-intrusive. - + # Parallelism @@ -153,7 +155,7 @@ error. - + # Content Hash Based Builds @@ -173,7 +175,7 @@ that causes a rebuild. - + # Terminology @@ -185,7 +187,7 @@ `library`, this applies only to ocaml projects.. - + # Projects @@ -196,7 +198,7 @@ and `clean`. - + ## Ocaml @@ -247,7 +249,7 @@ - + ## Third-party @@ -255,7 +257,7 @@ to have one which corresponds to the pds interface. - + # Dependencies @@ -266,7 +268,7 @@ as a dependency in the dependents `Makefile`. - + # Configuration @@ -320,7 +322,7 @@ install = false - + ## Configuration Variables For Projects @@ -470,7 +472,7 @@ The same precedence applies to test builds. - + ## Configuration Variables For Tests @@ -485,7 +487,7 @@ 3. `tests..