guix_mirror_bot pushed a commit to branch ocaml-team
in repository guix.

commit 476b6d9825c5a93b815295d7e9c33f3ccc334f19
Author: Jason Conroy <[email protected]>
AuthorDate: Thu Feb 12 10:42:46 2026 -0500

    gnu: ocaml5: Add ocaml-csexp package alias.
    
    * gnu/packages/ocaml5.scm (ocaml-csexp): New variable.
    
    Change-Id: Id536a27afbf23474f5f0da01849a2ad76e0450e3
    Signed-off-by: Julien Lepiller <[email protected]>
---
 gnu/packages/ocaml5.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/ocaml5.scm b/gnu/packages/ocaml5.scm
index 3b22691470..78a45237ab 100644
--- a/gnu/packages/ocaml5.scm
+++ b/gnu/packages/ocaml5.scm
@@ -1118,6 +1118,9 @@ To avoid a dependency on a particular S-expression 
library, the only
 module of this library is parameterised by the type of S-expressions.")
     (license license:expat)))
 
+;; Use this alias for packages built with the default ocaml 5.x compiler.
+(define-public ocaml-csexp ocaml5.3-csexp)
+
 (define-public ocaml5.3-dune-configurator
   (package
     (inherit ocaml5.3-dune-bootstrap)

Reply via email to