# HG changeset patch # User Malcolm # Date 1739280618 -3600 # Tue Feb 11 14:30:18 2025 +0100 # Node ID f1b12b851f34e27c00d5ea34ef75614b9b2fb05c # Parent 94df1bff4a3fbc031aeb1bce459de374d7fafbfa FIX Remaking moved or deleted files diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -2,63 +2,64 @@ # Table of Contents -1. [About](#org02965e4) - 1. [Why Does This Exist?](#org294dbf8) -2. [Parallelism](#orgf516fe7) -3. [Content Hash Based Builds](#orgf880858) -4. [Terminology](#org7942aee) -5. [Projects](#orga86e50d) - 1. [Ocaml](#orge1b151f) - 2. [Third-party](#org4b0ac75) -6. [Dependencies](#orgbe9552e) -7. [Configuration](#orgdbf0f73) - 1. [Configuration Variables For Projects](#orgd33ba2b) - 2. [Configuration Variables For Tests](#orgcd63039) - 3. [Outputting the configuration](#org4064847) -8. [Produced Files](#orgeeca028) -9. [Documentation](#org8fce142) -10. [Selectors](#org218b391) -11. [Changelog](#orge07e873) - 1. [1.0.0](#orgabf8e18) - 2. [1.1.0](#org2823268) - 3. [2.0.0](#org80b5904) - 4. [3.0.0](#org1c16cfa) - 5. [3.0.1](#org547ee4e) - 6. [3.0.2](#org4e29cbf) - 7. [3.0.3](#org9a6a4e9) - 8. [3.0.4](#org3de5ad8) - 9. [3.1.0](#orgdb15021) - 10. [3.1.1](#org0f81934) - 11. [4.11](#org857cd2d) - 12. [4.12](#org0d8a259) - 13. [4.13](#orgcf52e1d) - 14. [5.14](#orgcae44c0) - 15. [5.15](#orgdfaec27) - 16. [5.16](#orgd18ee2a) - 17. [5.17 (bug release)](#org8465c9e) - 18. [5.18](#org7219af1) - 19. [5.19](#org785beb4) - 20. [6.20](#org5c4f0b6) - 21. [5.21](#orgabd4261) - 22. [5.22](#orge892d05) - 23. [5.23](#org68ab407) - 24. [5.24](#org9a3b6fb) - 25. [5.25](#orgb6db298) - 26. [5.26 (bug release)](#org826e4b5) - 27. [5.27](#orgd1360dd) - 28. [5.28](#org37927e3) - 29. [5.29](#orgd7e4b38) - 30. [6.43](#orge80dc14) - 31. [6.44](#org8371d9e) - 32. [6.45](#org335bbc6) - 33. [6.46](#org6113200) - 34. [6.47](#org0b074fc) - 35. [6.48](#org6b172de) - 36. [6.49](#orgc49bf2b) - 37. [6.50](#orgc7a8aa1) +1. [About](#org4dc0d9e) + 1. [Why Does This Exist?](#org41a5fb5) +2. [Parallelism](#org2258f2d) +3. [Content Hash Based Builds](#org8a6351a) +4. [Terminology](#orga794655) +5. [Projects](#org967e68b) + 1. [Ocaml](#orgfb424a7) + 2. [Third-party](#orgc02f0aa) +6. [Dependencies](#org85cb810) +7. [Configuration](#org29323c2) + 1. [Configuration Variables For Projects](#org19b641a) + 2. [Configuration Variables For Tests](#org13fd860) + 3. [Outputting the configuration](#orge541245) +8. [Produced Files](#org8817d43) +9. [Documentation](#org52ed257) +10. [Selectors](#org3c7801f) +11. [Changelog](#orgca16c02) + 1. [1.0.0](#orgdcbf21c) + 2. [1.1.0](#orge4f6afb) + 3. [2.0.0](#org4776ce2) + 4. [3.0.0](#orgd59b0df) + 5. [3.0.1](#org2ee99b2) + 6. [3.0.2](#org268ddd0) + 7. [3.0.3](#orgd634407) + 8. [3.0.4](#org31942e6) + 9. [3.1.0](#org9522437) + 10. [3.1.1](#org3564963) + 11. [4.11](#orgae49dc5) + 12. [4.12](#org37bf520) + 13. [4.13](#org93db06e) + 14. [5.14](#org2eb5e2c) + 15. [5.15](#org2854eaf) + 16. [5.16](#orgbf53e76) + 17. [5.17 (bug release)](#orgf32538f) + 18. [5.18](#orgb33dbbd) + 19. [5.19](#org7cc9e29) + 20. [6.20](#orgd981a1f) + 21. [5.21](#org9cbf555) + 22. [5.22](#org20b52e5) + 23. [5.23](#orgdc58736) + 24. [5.24](#org9b1f4d4) + 25. [5.25](#orgaa03264) + 26. [5.26 (bug release)](#org35de4c8) + 27. [5.27](#orge109571) + 28. [5.28](#org9cc2577) + 29. [5.29](#org818774c) + 30. [6.43](#org92322e5) + 31. [6.44](#org7c34947) + 32. [6.45](#orgae864ef) + 33. [6.46](#orge7620f0) + 34. [6.47](#org3d0beb4) + 35. [6.48](#org896a043) + 36. [6.49](#orge84fd1c) + 37. [6.50](#orgaeb25de) + 38. [6.51](#org6dc86ee) - + # About @@ -125,7 +126,7 @@ `build/test-release`. - + ## Why Does This Exist? @@ -138,7 +139,7 @@ meant to be non-intrusive. - + # Parallelism @@ -158,7 +159,7 @@ error. - + # Content Hash Based Builds @@ -178,7 +179,7 @@ that causes a rebuild. - + # Terminology @@ -190,7 +191,7 @@ `library`, this applies only to ocaml projects.. - + # Projects @@ -201,7 +202,7 @@ and `clean`. - + ## Ocaml @@ -252,7 +253,7 @@ - + ## Third-party @@ -260,7 +261,7 @@ to have one which corresponds to the pds interface. - + # Dependencies @@ -271,7 +272,7 @@ as a dependency in the dependents `Makefile`. - + # Configuration @@ -325,7 +326,7 @@ install = false - + ## Configuration Variables For Projects @@ -475,7 +476,7 @@ The same precedence applies to test builds. - + ## Configuration Variables For Tests @@ -490,7 +491,7 @@ 3. `tests..