From 6c2cec150b6d4048540aa578b25ef96fff423a7f Mon Sep 17 00:00:00 2001 From: Ali Caglayan Date: Mon, 17 Nov 2025 11:01:30 +0000 Subject: [PATCH] boot: remove csexp and pp from external libs This appeared to have snuck in at some point. We track these libraries, along with re, spawn and uutf in both duneboot.ml and bootstrap_info.ml. They are the vendored libraries we use for bootstrap but not for building the other libraries. Signed-off-by: Ali Caglayan