Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: Alan Schmitt <alan.schmitt@polytechnique.org>
To: "lwn" <lwn@lwn.net>, caml-list@inria.fr
Subject: [Caml-list] Attn: Development Editor, Latest OCaml Weekly News
Date: Tue, 02 Jun 2026 11:01:00 +0200	[thread overview]
Message-ID: <m27boh8gfn.fsf@mac-03220211.irisa.fr> (raw)


[-- Attachment #1.1.1: Type: text/plain, Size: 26201 bytes --]

Hello

Here is the latest OCaml Weekly News, for the week of May 26 to June 02,
2026.

Table of Contents
─────────────────

Caml In The Capital: Register Now! June 3rd
Slipshow!
doctor 0.3.0: read-only OCaml environment diagnostics
Solo5, a sandboxed execution environment for unikernels
OCaml compiler office hours
Call for Talk Proposals @ OCaml Workshop 2026
Old CWN


Caml In The Capital: Register Now! June 3rd
═══════════════════════════════════════════

  Archive:
  <https://discuss.ocaml.org/t/london-caml-in-the-capital-register-now-june-3rd/18183/1>


Sacha Ayoun announced
─────────────────────

  Hi everyone!

  Please register for next week's Caml In The Capital on June 3rd at
  [this link]. Since it will be hosted at JaneStreet, your registration
  will make it much easier for them to organise.

  *Important information*: Please bring a photo ID on the day of the
  event! 🪪 Information about the even can be found on [our website].


[this link]
<https://www.eventbrite.sg/e/caml-in-the-capital-june-tickets-1990385560792>

[our website] <https://caml-in-the-capital.github.io>

Logistics
╌╌╌╌╌╌╌╌╌

  The event will be held at *Jane Street's London office*, located at 2
  & A Half Devonshire Square, Premier Place, London, EC2M 4UJ.  Check in
  will take place in the building lobby - *please bring a photo ID with
  you on the day*.  ⌛ The event will begin at 17:30 with talks starting
  around 18:30.  🍕Food and beverages will be served.


Talks
╌╌╌╌╌

◊ Dune Package Management

  *Speaker:* Ali Caglayan Abstract:* Dune package management is a
  *project with the goal of teaching dune how to build and use opam
  *packages. It has been in active development since 2023, and has
  *started to take shape into something more polished and
  *useful. Although it is still considered it experimental at this
  *stage, I will discuss what is possible with it today (relocatable
  *compiler, lockless building, OxCaml support), discuss some of the
  *features we are currently working on (in-and-out, dev-tools), and
  *finally give a glimpse of the road to stability.


◊ Opam’s Nix system dependency mechanism

  *Speaker:* Ryan Gibb Abstract:* The OCaml language package manager,
  *Opam, has support for interfacing with system package mangers to
  *provide dependencies external to the language. Supporting Nix
  *required re-thinking the abstractions used to interface with
  *traditional package managers, but enables using Opam for development
  *easily whilst benefitting from Nix’s reproducible system
  *dependencies. This provides one example of how Nix interfaces with
  *other software development and deployment technologies.


Slipshow!
═════════

  Archive: <https://discuss.ocaml.org/t/ann-slipshow/16337/23>


Continuing this thread, Paul-Elliot announced
─────────────────────────────────────────────

  First, a small announcement: Slipshow now has its [dedicated zulip]!
  Find help there while you are preparing your presentation, and show
  off your best works!

  It is after completing all the paperwork, that I am officially
  announcing the next release of lsipshow on opam:

  *Lspishow 0.11.0: Brazlip*

  You are not without knowing that a typo can have /darmatic/
  consequences. As a result, we want *at all cost* to avoid committing
  one.

  This release allows splishow to display the errors directly in your
  editor. plsishow can now see everything you write, and directly
  reports any warning, typo or other terrorist misbehavior, for your own
  protection.

  Here is the live recording of a typo corrected in one of our
  presentation:

  <https://github.com/user-attachments/assets/ac675cdf-1d08-41e4-b384-25a3bfd764ef>

  The LPS server supports:
  • Displaying errors in opened buffers,
  • Completion for IDs in actions using IDs as arguments
  • Displaying documentation on hover for actions
  • Highlighting occurrences of an ID
  • Jump to definition for a given ID
  • Multi-file presentations
  • Synchronized preview server
  • Compilation on save

  Every release, I'm amazed to find a new, incredible, OCmal
  library. This time, it is [linlol], from @c-cbue. Thank you so much
  for creating and maintaining it!

  As alwyas, I'd also like to thank NNLet for their generous and
  invaluable support, and… ❤️ my [sponsor]!

  ┌────
  │ $ opam update
  │ $ opam upgrade sipshow
  └────

  You can find the full changelog, as the PSL server is not the only
  improvement of this release!


[dedicated zulip] <https://slipshow.zulipchat.com/>

[linlol] <https://github.com/c-cube/linol>

[sponsor] <https://github.com/sponsors/panglesd>

Added
╌╌╌╌╌

  • Add a visual indicator for the state of the previewer (disconnected,
    refreshing, …) (#220, #222)
  • Allow frontmatter in included files (#228)
  • (#229) Add an LSP server, available though the `slipshow lsp'
    command, to interact with your editor. The server supports:
    • Diagnostics
    • Documentation for actions on hover
    • Go to definition (from IDs in action, to the associated element)
    • Occurrences of ID
    • Completion for IDs in actions
  • Add preview server capabilities to the LSP server (#233)
  • Add more syntax to include raw html, either in the file or as
    external file (#236)


Changed
╌╌╌╌╌╌╌

  • In frontmatter, distinguish between `attributes' (the attributes for
    the whole /file/) and `toplevel-attributes' (the attributes for the
    whole *presentation*). Change `toplevel-attributes' to `attributes'
    in your presentation to fix the breaking change. (#229)


Fixed
╌╌╌╌╌

  • Fixed hot-reload not resuming after a disconnect (#220)


doctor 0.3.0: read-only OCaml environment diagnostics
═════════════════════════════════════════════════════

  Archive:
  <https://discuss.ocaml.org/t/ann-doctor-0-3-0-read-only-ocaml-environment-diagnostics/18186/1>


Funwithcthulhu announced
────────────────────────

  Hi,

  I released `doctor' 0.3.0.

  `doctor' is a small read-only CLI for checking a local OCaml
  development environment. It reports common setup issues around opam,
  switches, PATH, dune, ocaml-lsp-server, ocamlformat, and the VS Code
  OCaml Platform extension.

  Install:

  ┌────
  │ opam update
  │ opam install doctor
  └────

  Basic use:

  ┌────
  │ doctor check
  │ doctor check --json
  └────

  The 0.3.0 release focuses on opam switch environment diagnostics. In
  particular, it tries to distinguish missing tools from cases where
  opam has an active switch but the current shell has not loaded that
  switch environment.

  For example, it can report when `ocaml' resolves outside the active
  switch, or when installed switch tools such as `dune', `ocamllsp', or
  `ocamlformat' are missing from `PATH'.

  The command does not run `opam init', create switches, install
  packages, or edit shell/editor files. It only reports what it sees and
  suggests commands to run manually.

  JSON output is intended for editor integrations or small scripts that
  want stable diagnostic names and exit-code mapping.

  Repository:

  <https://github.com/funwithcthulhu/doctor>

  opam package:

  <https://opam.ocaml.org/packages/doctor/>

  Feedback on confusing diagnostics or missing common setup cases would
  be useful.

  Thanks!


Solo5, a sandboxed execution environment for unikernels
═══════════════════════════════════════════════════════

  Archive:
  <https://discuss.ocaml.org/t/ann-solo5-a-sandboxed-execution-environment-for-unikernels/18191/1>


Calascibetta Romain announced
─────────────────────────────

  I am delighted to announce the release of [Solo5.0.11.0]. This release
  is significant as it marks the start of performance improvements for
  our unikernels in OCaml.

  Although the project is written in C, it is a cornerstone of unikernel
  development. OCaml support is provided via [`ocaml-solo5'] (which
  tracks the OCaml compiler versions). Here is a simple example of a
  Solo5 (hvt) unikernel with OCaml:

  ┌────
  │ $ opam install ocaml-solo5
  │ $ eval $(opam env)
  │ $ cat >startup.c<<EOF
  │ #include "solo5.h"
  │ #include <caml/callback.h>
  │ 
  │ static char *argv[] = { "unikernel", NULL };
  │ 
  │ void _nolibc_init(uintptr_t, size_t);
  │ 
  │ int solo5_app_main(const struct solo5_start_info *si) {
  │   _nolibc_init(si->heap_start, si->heap_size);
  │   caml_startup(argv);
  │   return (0);
  │ }
  │ EOF
  │ $ cat >manifest.json<<EOF
  │ {
  │   "type": "solo5.manifest",
  │   "version": 1,
  │   "devices": []
  │ }
  │ EOF
  │ $ cat >main.ml<<EOF
  │ let () = print_endline "Hello World!"
  │ EOF
  │ $ solo5-elftool gen-manifest manifest.json manifest.c
  │ $ ocamlfind -toolchain solo5 opt \
  │   manifest.c startup.c main.ml \
  │   -cclib "-z solo5-abi=hvt" -o main.hvt
  │ $ solo5-hvt -- main.hvt
  │             |      ___|
  │   __|  _ \  |  _ \ __ \
  │ \__ \ (   | | (   |  ) |
  │ ____/\___/ _|\___/____/
  │ Solo5: Bindings version v0.11.0
  │ Solo5: Memory map: 512 MB addressable:
  │ Solo5:   reserved @ (0x0 - 0xfffff)
  │ Solo5:       text @ (0x100000 - 0x14efff)
  │ Solo5:     rodata @ (0x14f000 - 0x166fff)
  │ Solo5:       data @ (0x167000 - 0x371fff)
  │ Solo5:       heap >= 0x372000 < stack < 0x20000000
  │ Hello World!
  │ Solo5: solo5_exit(0) called
  └────

  If you'd like to find out more about developing unikernels in OCaml,
  we recommend reading our [slide] (at the last MirageOS retreat) or
  tutorial on [`mnet'], available [here].


[Solo5.0.11.0] <https://github.com/solo5/solo5>

[`ocaml-solo5'] <https://github.com/mirage/ocaml-solo5>

[slide]
<https://github.com/robur-coop/mkernel/blob/main/slides/retreat.md>

[`mnet'] <https://github.com/robur-coop/mnet>

[here] <https://robur-coop.github.io/mnet/>

What is Solo5?
╌╌╌╌╌╌╌╌╌╌╌╌╌╌

  Solo5 is both a C framework and a set of tools for creating and
  running programmes within a sandbox that, initially, allows only 5
  interactions with the outside world:
  1) reading and writing Ethernet frames to a _net_ device
  2) reading and writing pages to a _block_ device
  3) exit

  All the functions available in the sandboxed environment are described
  in this [header].

  What is notable about Solo5 is that this API works with [VirtIO],
  [Xen] (and [QubesOS]) and our minimalist hypervisor `hvt' (which runs
  on KVM, [BHyve] and [VMM]). This means that a Solo5 application can be
  deployed across a wide range of platforms. On Ubuntu, you can install
  Solo5 via:
  ┌────
  │ $ curl -fsSL https://apt.robur.coop/gpg.pub | \
  │   gpg --dearmor > /etc/apt/trusted.gpg.d/apt.robur.coop.gpg
  │ $ echo "deb [signed-by=/etc/apt/trusted.gpg.d/apt.robur.coop.gpg] https://apt.robur.coop ubuntu-24.04 main" > /etc/apt/sources.list.d/robur.list
  │ $ apt update
  │ $ apt install solo5
  └────


[header] <https://github.com/Solo5/solo5/blob/main/include/solo5.h>

[VirtIO] <https://lwn.net/Articles/239238/>

[Xen] <https://www.xenserver.com/>

[QubesOS] <https://www.qubes-os.org/>

[BHyve] <https://bhyve.org/>

[VMM] <https://man.openbsd.org/vmm>


`hvt' unikernels
╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌

  At [Robur], we prefer to build `hvt' unikernels. These unikernels only
  require the `solo5-hvt' "tender" (~200 KB) to run, which is available
  on Linux, FreeBSD and OpenBSD (WSL supports what is known as _nested_
  virtualisation, so it is also possible to run a unikernel on WSL!).

  The advantage of `hvt' is its minimalism (a hallmark of Solo5 in
  general). This latest release completes the sandboxing on Linux by
  using `libseccomp' to retain privileges only for what is necessary to
  run the unikernel (which amounts to 18 system calls in total). This
  sandboxing was already available for FreeBSD with [Capsicum] and
  OpenBSD with [pledge(2)].

  This release also marks an improvement in throughput when writing
  Ethernet frames to a tap interface on Linux, achieved through the use
  of [eventfd(2)] and a parallel thread that writes directly to the tap
  interface. This allows us to use fewer costly VM exits.

  To this end, we ran a benchmark using [`iperf3'] (and [a unikernel]
  implementing this protocol with [`mnet']) to demonstrate the
  improvement in throughput.

  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   solo5.0.10.1    solo5.0.11.0    
  ─────────────────────────────────
   ~700 Mbits/sec  ~2.15 Gbits/sec 
  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━


[Robur] <https://robur.coop/>

[Capsicum] <https://wiki.freebsd.org/Capsicum>

[pledge(2)] <https://man.openbsd.org/pledge.2>

[eventfd(2)] <https://man7.org/linux/man-pages/man2/eventfd.2.html>

[`iperf3'] <https://iperf.fr/iperf-download.php>

[a unikernel] <https://git.robur.coop/robur/iperf3>

[`mnet'] <https://github.com/robur-coop/mnet>


Deploy unikernels
╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌

  At [Robur], we aim to make deploying unikernels as straightforward as
  possible. That is why we have developed a suite of software and
  unikernels designed to deploy a range of services:
  1) [Albatross] is a project (also installable via `apt') that allows
     you to run a daemon capable of launching and monitoring `hvt'
     unikernels. The advantage is that this service was specifically
     designed for `hvt' unikernels (although, more recently, we have
     been able to deploy systems).
  2) [dnsvizor] is one of our unikernels that resolves the issue of IP
     addressing and DNS resolution. The idea is to launch such a
     unikernel and have subsequent ones configure their networks in
     relation to it.
  3) Finally, we are actively developing [mollymawk], a unikernel that
     provides a web interface for Albatross to enable the deployment of
     new unikernels (in the simplest way possible).

  We have also developed [`aussi'] (still very much in the
  *experimental* stage), which is an [OCI] runtime for our
  unikernels. Among other things, this allows us to use [Docker] to
  build and deploy our unikernels. An example using our unikernels
  [`annuaire'] is available [here].


[Robur] <https://robur.coop/>

[Albatross] <https://github.com/robur-coop/albatross>

[dnsvizor] <https://github.com/robur-coop/dnsvizor>

[mollymawk] <https://github.com/robur-coop/mollymawk>

[`aussi'] <https://github.com/robur-coop/aussi>

[OCI] <https://opencontainers.org/>

[Docker] <https://www.docker.com/>

[`annuaire'] <https://github.com/dinosaure/annuaire>

[here] <https://github.com/robur-coop/aussi#with-docker>


Develop unikernels
╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌

  Finally, there is the other aspect of unikernels and their
  development. At Robur, we are therefore trying to develop libraries
  (particularly protocols and formats) to help potential new users
  develop new unikernels themselves (so that there is a sense of
  ownership).

  So please do not hesitate to ask us any questions on this subject!

  In this regard, for several years now we have been developing a number
  of libraries that enable the development of standard unikernels:
  • we are continuing to develop [Miou] as our scheduler for our
    unikernels (as well as our services)
  • we are developing [`mnet'] and [`utcp'], which is our new TCP/IP
    stack for our unikernels
  • [`mfat'], a FAT32 file system for unikernels, is also available
  • and finally [`vifu'], a web framework for developing your website as
    a unikernel, is also available
  • and many other projects that we have been maintaining for several
    years now!


[Miou] <https://github.com/robur-coop/miou>

[`mnet'] <https://github.com/robur-coop/mnet>

[`utcp'] <https://github.com/robur-coop/utcp>

[`mfat'] <https://github.com/robur-coop/mfat>

[`vifu'] <https://github.com/robur-coop/vif>


Conclusion
╌╌╌╌╌╌╌╌╌╌

  This release gives us the opportunity to provide a comprehensive (and
  accessible) overview of our cooperative’s work. This work essentially
  involves creating the necessary components for the development and
  deployment of unikernels in OCaml, whilst embracing the idea of
  reclaiming control over the means of communication and production.

  Happy hacking!


OCaml compiler office hours
═══════════════════════════

  Archive:
  <https://discuss.ocaml.org/t/ocaml-compiler-office-hours/17230/38>


Continuing this thread,gasche announced
───────────────────────────────────────

  Dear all,

  This is a reminder that the OCaml Compiler Office Hours will take
  place again next week, on Friday June 5th at 11:00-12:00 UTC (in local
  time, [date-range from=2026-06-05T11:00:00 to=2026-06-05T12:00:00
  timezone=UTC]).

  The collaborative notes for this meeting are available at :
  <https://notes.irif.fr/UGGkT7aqTpmOCsqvW2VFZQ> They are mostly empty
  so far, please feel free to add topics that you would like to see
  discussed in the meeting. (It's fine to put a question here even if
  you cannot attend anyway, we can answer it anyway and it leads to good
  discussions.)

  The video link is also there, and it may still change.


Call for Talk Proposals @ OCaml Workshop 2026
═════════════════════════════════════════════

  Archive:
  <https://discuss.ocaml.org/t/call-for-talk-proposals-ocaml-workshop-2026/18192/1>


Sudha Parimala announced
────────────────────────

  Hi all! This year's OCaml workshop will take place in Paris. We are
  happy to invite submissions to the workshop.

  <https://us1.discourse-cdn.com/flex020/uploads/ocaml/original/2X/d/df969f0f9bb4c84623413a5805111b147b822ed7.jpeg>


Important Information
╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌

  • *Location:* Paris (co-located with [FPW 2026])
  • *Date:* August 27th (*Subject to change!* Possible alternative:
     August 31st)
  • *Submission deadline:* July 1st, AoE
  • *Speaker notification:* July 27th
  • *Submission website:* [https://types-hotcrp.paris.inria.fr/ocaml26/]


[FPW 2026] <https://www.irif.fr/~scherer/events/fpw-2026/announce.html>

[https://types-hotcrp.paris.inria.fr/ocaml26/]
<https://types-hotcrp.paris.inria.fr/ocaml26/>


Scope
╌╌╌╌╌

  The OCaml Workshop welcomes a broad audience of OCaml users ranging
  from enthusiasts who are discovering the magic of OCaml to wizards
  well-proficient in the cast of unsafe spells. Their common denominator
  is their passion for OCaml and the desire to learn more, connect with
  fellow OCamlers, and collectively find ways to improve the language.

  We invite talk proposals just as broad: *anything OCaml related* is
  welcome!

  The topics are not limited to the following, but, to give an idea,
  examples from previous years include: OCaml editing tools, verified
  OCaml artefacts, interoperability between OCaml and other languages,
  the OCaml code of conduct, compiler optimisations, OS portability,
  OCaml testing frameworks, packages for concurrency in OCaml, etc.

  The full catalogue from previous editions can be accessed through the
  links below:

  • 2025: [https://ocaml.org/conferences/ocaml-workshop-2025]
  • 2024: [https://ocaml.org/conferences/ocaml-workshop-2024]
  • 2023: [https://ocaml.org/conferences/ocaml-workshop-2023]
  • 2022: [https://ocaml.org/conferences/ocaml-workshop-2022]
  • 2021: [https://ocaml.org/conferences/ocaml-workshop-2021]


[https://ocaml.org/conferences/ocaml-workshop-2025]
<https://ocaml.org/conferences/ocaml-workshop-2025>

[https://ocaml.org/conferences/ocaml-workshop-2024]
<https://ocaml.org/conferences/ocaml-workshop-2024>

[https://ocaml.org/conferences/ocaml-workshop-2023]
<https://ocaml.org/conferences/ocaml-workshop-2023>

[https://ocaml.org/conferences/ocaml-workshop-2022]
<https://ocaml.org/conferences/ocaml-workshop-2022>

[https://ocaml.org/conferences/ocaml-workshop-2021]
<https://ocaml.org/conferences/ocaml-workshop-2021>


Format
╌╌╌╌╌╌

  In addition to the *Standard Talk* format of 20 minutes, we allow the
  following formats:

  • *Demo.* 30 minutes tutorial-style demonstration of a tool.
  • *Informed Position.* 20 minutes presentation on topics in the design
     space of OCaml (such as, but not limited to, the inclusion or
     removal of a feature).
  • *Experience Report.* 20 minutes report on the use of OCaml or a
     tool.


Submission
╌╌╌╌╌╌╌╌╌╌

  The submission website is available at:
  [https://types-hotcrp.paris.inria.fr/ocaml26/]

  Please submit a description of the talk (typically two to three pages
  long; it could also be less or more): the problems that are addressed
  and the solutions or methods that are proposed. If you believe the
  delivery itself is a unique feature of the talk, please feel free to
  also include a description of how you plan to deliver the talk.

  LaTeX-produced PDFs are common but not required.

  Last year's accepted presentations are available online:
  [https://icfp25.sigplan.org/home/ocaml-2025#event-overview]


[https://types-hotcrp.paris.inria.fr/ocaml26/]
<https://types-hotcrp.paris.inria.fr/ocaml26/>

[https://icfp25.sigplan.org/home/ocaml-2025#event-overview]
<https://icfp25.sigplan.org/home/ocaml-2025#event-overview>

◊ Evaluation Criteria

  We will evaluate submissions according to:

  • Relevance for the OCaml community
  • Rigor and soundness
  • Novelty
  • Clarity
  • Potential to deliver an engaging and informative presentation


Recommendations on LLM Usage
╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌

  Proposals largely written by LLMs are not acceptable and will be
  desk-rejected. The use of LLMs to correct grammar and enhance style is
  perfectly fine (especially if English is not your first language), but
  their use to produce material directly is dangerous and
  unprofessional, and undermines both authorship and reviewer effort.


Location Information
╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌

  This edition of the Caml Workshop will be located in Paris as part of
  [Functional Programming Workshops (FPW) 2026], alongside other
  workshops and events taking place at the end of August. This is a
  departure from the usual habit of having the OCaml Workshop co-located
  with ICFP. Because some FPW'26 events are bi-located with ICFP, the
  events will take place at roughly the same dates.


[Functional Programming Workshops (FPW) 2026]
<https://www.irif.fr/~scherer/events/fpw-2026/announce.html>


Co-ordination with ML Workshop
╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌

  The [ML Family Workshop] is also co-located with FW '26 this year and
  may be of interest to attendees. While the OCaml Workshop focuses on
  developments in the OCaml ecosystem, the ML Workshop is
  language-agnostic and more research oriented. Authors whose
  submissions fit both venues are welcome to indicate this at submission
  time or reach out to the program chairs.


[ML Family Workshop]
<https://icfp26.sigplan.org/home/mlfamilyworkshop-2026#About>


Program Committee
╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌

  • Clément Allain
  • Pedro Carrott
  • Simon Cruanes
  • Marko Doko
  • Patrick Ferris
  • Jean-Christophe Filliâtre
  • Sadiq Jaffer
  • Robbert Krebbers
  • Vincent Laviron
  • Tim McGilchrist
  • António Monteiro
  • Carine Morel
  • Andreas Rossberg
  • Vimala Soundarapandian
  • Jérôme Vouillon
  • John Whitington
  • Paulo de Vilhena (Chair)
  • Sudha Parimala (Chair)


Old CWN
═══════

  If you happen to miss a CWN, you can [send me a message] and I'll mail
  it to you, or go take a look at [the archive] or the [RSS feed of the
  archives].

  If you also wish to receive it every week by mail, you may subscribe
  to the [caml-list].

  [Alan Schmitt]


[send me a message] <mailto:alan.schmitt@polytechnique.org>

[the archive] <https://alan.petitepomme.net/cwn/>

[RSS feed of the archives] <https://alan.petitepomme.net/cwn/cwn.rss>

[caml-list] <https://sympa.inria.fr/sympa/info/caml-list>

[Alan Schmitt] <https://alan.petitepomme.net/>


[-- Attachment #1.1.2: Type: text/html, Size: 40414 bytes --]

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 568 bytes --]

             reply	other threads:[~2026-06-02  9:01 UTC|newest]

Thread overview: 295+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-02  9:01 Alan Schmitt [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-05-26  7:36 Alan Schmitt
2026-05-19  8:52 Alan Schmitt
2026-05-12  7:28 Alan Schmitt
2026-05-05  9:35 Alan Schmitt
2026-04-28  7:59 Alan Schmitt
2026-04-21  9:34 Alan Schmitt
2026-04-14  9:50 Alan Schmitt
2026-04-07  9:32 Alan Schmitt
2026-03-31  6:10 Alan Schmitt
2026-03-24  9:58 Alan Schmitt
2026-03-17 14:39 Alan Schmitt
2026-03-10 13:30 Alan Schmitt
2026-03-03 13:54 Alan Schmitt
2026-02-24 13:36 Alan Schmitt
2026-02-17 13:47 Alan Schmitt
2026-02-10 10:36 Alan Schmitt
2026-02-03 10:04 Alan Schmitt
2026-01-27 12:41 Alan Schmitt
2026-01-20  9:19 Alan Schmitt
2026-01-13  8:27 Alan Schmitt
2026-01-06 13:14 Alan Schmitt
2025-12-30  9:33 Alan Schmitt
2025-12-23 11:00 Alan Schmitt
2025-12-16 13:30 Alan Schmitt
2025-12-09 15:04 Alan Schmitt
2025-12-02 10:39 Alan Schmitt
2025-11-25 13:49 Alan Schmitt
2025-11-18 14:01 Alan Schmitt
2025-11-11  9:49 Alan Schmitt
2025-11-04 13:21 Alan Schmitt
2025-10-28 13:30 Alan Schmitt
2025-10-21  9:17 Alan Schmitt
2025-10-14  9:56 Alan Schmitt
2025-10-07 12:22 Alan Schmitt
2025-09-30 13:12 Alan Schmitt
2025-09-23 13:23 Alan Schmitt
2025-09-16 11:52 Alan Schmitt
2025-09-09 12:30 Alan Schmitt
2025-09-02 12:23 Alan Schmitt
2025-08-26 12:34 Alan Schmitt
2025-08-19 12:20 Alan Schmitt
2025-08-12 15:32 Alan Schmitt
2025-08-05  8:17 Alan Schmitt
2025-07-29  9:36 Alan Schmitt
2025-07-22 12:07 Alan Schmitt
2025-07-15 17:14 Alan Schmitt
2025-07-08 12:45 Alan Schmitt
2025-07-01 11:16 Alan Schmitt
2025-06-24 14:02 Alan Schmitt
2025-06-17  6:44 Alan Schmitt
2025-06-10 13:36 Alan Schmitt
2025-06-03  9:19 Alan Schmitt
2025-05-27  9:22 Alan Schmitt
2025-05-20 11:52 Alan Schmitt
2025-05-13  9:40 Alan Schmitt
2025-05-06  7:24 Alan Schmitt
2025-04-29  8:39 Alan Schmitt
2025-04-22 11:50 Alan Schmitt
2025-04-15  9:51 Alan Schmitt
2025-04-08 13:14 Alan Schmitt
2025-04-01  9:12 Alan Schmitt
2025-03-25  8:06 Alan Schmitt
2025-03-18 10:18 Alan Schmitt
2025-03-11 15:00 Alan Schmitt
2025-03-04 14:01 Alan Schmitt
2025-02-25 10:36 Alan Schmitt
2025-02-18 14:33 Alan Schmitt
2025-02-11  7:17 Alan Schmitt
2025-02-04 12:05 Alan Schmitt
2025-01-28 13:24 Alan Schmitt
2025-01-21 15:47 Alan Schmitt
2025-01-14  8:20 Alan Schmitt
2025-01-07 17:26 Alan Schmitt
2024-12-31  8:03 Alan Schmitt
2024-12-24  8:55 Alan Schmitt
2024-12-17 13:05 Alan Schmitt
2024-12-10 13:48 Alan Schmitt
2024-12-03 14:44 Alan Schmitt
2024-11-26  8:30 Alan Schmitt
2024-11-19  6:52 Alan Schmitt
2024-11-12 15:00 Alan Schmitt
2024-11-05 13:22 Alan Schmitt
2024-10-29 13:30 Alan Schmitt
2024-10-22 12:42 Alan Schmitt
2024-10-15 13:31 Alan Schmitt
2024-10-08 10:56 Alan Schmitt
2024-10-01 13:37 Alan Schmitt
2024-09-24 13:18 Alan Schmitt
2024-09-17 14:02 Alan Schmitt
2024-09-10 13:55 Alan Schmitt
2024-09-03  8:24 Alan Schmitt
2024-08-27  9:02 Alan Schmitt
2024-08-20  9:29 Alan Schmitt
2024-08-13 13:21 Alan Schmitt
2024-08-06  9:00 Alan Schmitt
2024-07-30 13:26 Alan Schmitt
2024-07-23 13:30 Alan Schmitt
2024-07-16  6:24 Alan Schmitt
2024-07-09  9:19 Alan Schmitt
2024-07-02  7:30 Alan Schmitt
2024-06-25 13:58 Alan Schmitt
2024-06-18 13:05 Alan Schmitt
2024-06-11 15:04 Alan Schmitt
2024-06-04 13:26 Alan Schmitt
2024-05-28  9:07 Alan Schmitt
2024-05-21 13:07 Alan Schmitt
2024-05-14 13:25 Alan Schmitt
2024-05-07  7:30 Alan Schmitt
2024-04-30  7:22 Alan Schmitt
2024-04-23 12:17 Alan Schmitt
2024-04-16 12:00 Alan Schmitt
2024-04-09  9:15 Alan Schmitt
2024-04-02 14:31 Alan Schmitt
2024-03-26  6:32 Alan Schmitt
2024-03-19 15:09 Alan Schmitt
2024-03-12 10:31 Alan Schmitt
2024-03-05 14:50 Alan Schmitt
2024-02-27 13:53 Alan Schmitt
2024-02-20  9:12 Alan Schmitt
2024-02-13  8:42 Alan Schmitt
2024-02-06 15:14 Alan Schmitt
2024-01-30 14:16 Alan Schmitt
2024-01-23  9:45 Alan Schmitt
2024-01-16 10:01 Alan Schmitt
2024-01-09 13:40 Alan Schmitt
2024-01-02  8:59 Alan Schmitt
2023-12-26 10:12 Alan Schmitt
2023-12-19 10:10 Alan Schmitt
2023-12-12 10:20 Alan Schmitt
2023-12-05 10:13 Alan Schmitt
2023-11-28  9:09 Alan Schmitt
2023-11-21  7:47 Alan Schmitt
2023-11-14 13:42 Alan Schmitt
2023-11-07 10:31 Alan Schmitt
2023-10-31 10:43 Alan Schmitt
2023-10-24  9:17 Alan Schmitt
2023-10-17  7:46 Alan Schmitt
2023-10-10  7:48 Alan Schmitt
2023-10-03 13:00 Alan Schmitt
2023-09-19  8:54 Alan Schmitt
2023-09-12 13:21 Alan Schmitt
2023-09-05  9:00 Alan Schmitt
2023-08-29 13:04 Alan Schmitt
2023-08-22  9:20 Alan Schmitt
2023-08-15 16:33 Alan Schmitt
2023-08-08  8:53 Alan Schmitt
2023-08-01  7:13 Alan Schmitt
2023-07-25  8:45 Alan Schmitt
2023-07-11  8:45 Alan Schmitt
2023-07-04  9:18 Alan Schmitt
2023-06-27  8:38 Alan Schmitt
2023-06-20  9:52 Alan Schmitt
2023-06-13  7:09 Alan Schmitt
2023-06-06 14:22 Alan Schmitt
2023-05-30 15:43 Alan Schmitt
2023-05-23  9:41 Alan Schmitt
2023-05-16 13:05 Alan Schmitt
2023-05-09 11:49 Alan Schmitt
2023-05-02  8:01 Alan Schmitt
2023-04-25  9:25 Alan Schmitt
2023-04-18  8:50 Alan Schmitt
2023-04-11 12:41 Alan Schmitt
2023-04-04  8:45 Alan Schmitt
2023-03-28  7:21 Alan Schmitt
2023-03-21 10:07 Alan Schmitt
2023-03-14  9:52 Alan Schmitt
2023-03-07  9:02 Alan Schmitt
2023-02-28 14:38 Alan Schmitt
2023-02-21 10:19 Alan Schmitt
2023-02-14  8:12 Alan Schmitt
2023-02-07  8:16 Alan Schmitt
2023-01-31  6:44 Alan Schmitt
2023-01-24  8:57 Alan Schmitt
2023-01-17  8:37 Alan Schmitt
2022-11-29 14:53 Alan Schmitt
2022-09-27  7:17 Alan Schmitt
2022-09-20 14:01 Alan Schmitt
2022-09-13  8:40 Alan Schmitt
2022-08-23  8:06 Alan Schmitt
2022-08-16  8:51 Alan Schmitt
2022-08-09  8:02 Alan Schmitt
2022-08-02  9:51 Alan Schmitt
2022-07-26 17:54 Alan Schmitt
2022-07-19  8:58 Alan Schmitt
2022-07-12  7:59 Alan Schmitt
2022-07-05  7:42 Alan Schmitt
2022-06-28  7:37 Alan Schmitt
2022-06-21  8:06 Alan Schmitt
2022-06-14  9:29 Alan Schmitt
2022-06-07 10:15 Alan Schmitt
2022-05-31 12:29 Alan Schmitt
2022-05-24  8:04 Alan Schmitt
2022-05-17  7:12 Alan Schmitt
2022-05-10 12:30 Alan Schmitt
2022-05-03  9:11 Alan Schmitt
2022-04-26  6:44 Alan Schmitt
2022-04-19  5:34 Alan Schmitt
2022-04-12  8:10 Alan Schmitt
2022-04-05 11:50 Alan Schmitt
2022-03-29  7:42 Alan Schmitt
2022-03-22 13:01 Alan Schmitt
2022-03-15  9:59 Alan Schmitt
2022-03-01 13:54 Alan Schmitt
2022-02-22 12:43 Alan Schmitt
2022-02-08 13:16 Alan Schmitt
2022-02-01 13:00 Alan Schmitt
2022-01-25 12:44 Alan Schmitt
2022-01-11  8:20 Alan Schmitt
2022-01-04  7:56 Alan Schmitt
2021-12-28  8:59 Alan Schmitt
2021-12-21  9:11 Alan Schmitt
2021-12-14 11:02 Alan Schmitt
2021-11-30 10:51 Alan Schmitt
2021-11-16  8:41 Alan Schmitt
2021-11-09 10:08 Alan Schmitt
2021-11-02  8:50 Alan Schmitt
2021-10-19  8:23 Alan Schmitt
2021-09-28  6:37 Alan Schmitt
2021-09-21  9:09 Alan Schmitt
2021-09-07 13:23 Alan Schmitt
2021-08-24 13:44 Alan Schmitt
2021-08-17  6:24 Alan Schmitt
2021-08-10 16:47 Alan Schmitt
2021-07-27  8:54 Alan Schmitt
2021-07-20 12:58 Alan Schmitt
2021-07-06 12:33 Alan Schmitt
2021-06-29 12:24 Alan Schmitt
2021-06-22  9:04 Alan Schmitt
2021-06-01  9:23 Alan Schmitt
2021-05-25  7:30 Alan Schmitt
2021-05-11 14:47 Alan Schmitt
2021-05-04  8:57 Alan Schmitt
2021-04-27 14:26 Alan Schmitt
2021-04-20  9:07 Alan Schmitt
2021-04-06  9:42 Alan Schmitt
2021-03-30 14:55 Alan Schmitt
2021-03-23  9:05 Alan Schmitt
2021-03-16 10:31 Alan Schmitt
2021-03-09 10:58 Alan Schmitt
2021-02-23  9:51 Alan Schmitt
2021-02-16 13:53 Alan Schmitt
2021-02-02 13:56 Alan Schmitt
2021-01-26 13:25 Alan Schmitt
2021-01-19 14:28 Alan Schmitt
2021-01-12  9:47 Alan Schmitt
2021-01-05 11:22 Alan Schmitt
2020-12-29  9:59 Alan Schmitt
2020-12-22  8:48 Alan Schmitt
2020-12-15  9:51 Alan Schmitt
2020-12-01  8:54 Alan Schmitt
2020-11-03 15:15 Alan Schmitt
2020-10-27  8:43 Alan Schmitt
2020-10-20  8:15 Alan Schmitt
2020-10-06  7:22 Alan Schmitt
2020-09-29  7:02 Alan Schmitt
2020-09-22  7:27 Alan Schmitt
2020-09-08 13:11 Alan Schmitt
2020-09-01  7:55 Alan Schmitt
2020-08-18  7:25 Alan Schmitt
2020-07-28 16:57 Alan Schmitt
2020-07-21 14:42 Alan Schmitt
2020-07-14  9:54 Alan Schmitt
2020-07-07 10:04 Alan Schmitt
2020-06-30  7:00 Alan Schmitt
2020-06-16  8:36 Alan Schmitt
2020-06-09  8:28 Alan Schmitt
2020-05-19  9:52 Alan Schmitt
2020-05-12  7:45 Alan Schmitt
2020-05-05  7:45 Alan Schmitt
2020-04-28 12:44 Alan Schmitt
2020-04-21  8:58 Alan Schmitt
2020-04-14  7:28 Alan Schmitt
2020-04-07  7:51 Alan Schmitt
2020-03-31  9:54 Alan Schmitt
2020-03-24  9:31 Alan Schmitt
2020-03-17 11:04 Alan Schmitt
2020-03-10 14:28 Alan Schmitt
2020-03-03  8:00 Alan Schmitt
2020-02-25  8:51 Alan Schmitt
2020-02-18  8:18 Alan Schmitt
2020-02-04  8:47 Alan Schmitt
2020-01-28 10:53 Alan Schmitt
2020-01-21 14:08 Alan Schmitt
2020-01-14 14:16 Alan Schmitt
2020-01-07 13:43 Alan Schmitt
2019-12-31  9:18 Alan Schmitt
2019-12-17  8:52 Alan Schmitt
2019-12-10  8:21 Alan Schmitt
2019-12-03 15:42 Alan Schmitt
2019-11-26  8:33 Alan Schmitt
2019-11-12 13:21 Alan Schmitt
2019-11-05  6:55 Alan Schmitt
2019-10-15  7:28 Alan Schmitt
2019-09-03  7:35 Alan Schmitt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m27boh8gfn.fsf@mac-03220211.irisa.fr \
    --to=alan.schmitt@polytechnique.org \
    --cc=caml-list@inria.fr \
    --cc=lwn@lwn.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox