Thicket data repository for the EEG
at main 2.0 kB view raw
1{ 2 "id": "https://www.tunbury.org/2025/03/24/recent-ocaml-version", 3 "title": "Recent OCaml Versions", 4 "link": "https://www.tunbury.org/2025/03/24/recent-ocaml-version/", 5 "updated": "2025-03-24T00:00:00", 6 "published": "2025-03-24T00:00:00", 7 "summary": "Following my post on discuss.ocaml.org, I have created a new release of ocurrent/ocaml-version that moves the minimum version of OCaml, considered as recent, from 4.02 to 4.08.", 8 "content": "<p>Following my <a href=\"https://discuss.ocaml.org/t/docker-base-images-and-ocaml-ci-support-for-ocaml-4-08/16229\">post on discuss.ocaml.org</a>, I have created a new release of <a href=\"https://github.com/ocurrent/ocaml-version\">ocurrent/ocaml-version</a> that moves the minimum version of OCaml, considered as <em>recent</em>, from 4.02 to 4.08.</p>\n\n<div><div><pre><code><span>let</span> <span>recent</span> <span>=</span> <span>[</span> <span>v4_08</span><span>;</span> <span>v4_09</span><span>;</span> <span>v4_10</span><span>;</span> <span>v4_11</span><span>;</span> <span>v4_12</span><span>;</span> <span>v4_13</span><span>;</span> <span>v4_14</span><span>;</span> <span>v5_0</span><span>;</span> <span>v5_1</span><span>;</span> <span>v5_2</span><span>;</span> <span>v5_3</span> <span>]</span>\n</code></pre></div></div>\n\n<p>This may feel like a mundane change, but <a href=\"https://github.com/ocurrent/ocaml-ci\">OCaml-CI</a>, <a href=\"https://github.com/ocurrent/opam-repo-ci\">opam-repo-ci</a>, <a href=\"https://github.com/ocurrent/docker-base-images\">Docker base image builder</a> among other things, use this to determine the set of versions of OCaml to test against. Therefore, as these services are updated, testing on the old releases will be removed.</p>", 9 "content_type": "html", 10 "author": { 11 "name": "Mark Elvers", 12 "email": "mark.elvers@tunbury.org", 13 "uri": null 14 }, 15 "categories": [ 16 "OCaml", 17 "tunbury.org" 18 ], 19 "source": "https://www.tunbury.org/atom.xml" 20}