about summary refs log tree commit diff
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2024-02-29 07:22:40 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2024-03-07 10:08:43 +0100
commita6fe31a6dc7d1d96936bd534595f994f19024a5c (patch)
treec56dbb0eef67e5816b8ec913d4dc7871c5d4b428 /pkgs/top-level/ocaml-packages.nix
parent18aafa59ad3b19c20a2077e17ac577cc752b131f (diff)
ocamlPackages.vpl-core: init at 0.5
Diffstat (limited to 'pkgs/top-level/ocaml-packages.nix')
-rw-r--r--pkgs/top-level/ocaml-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix
index 3b49788c4f407..d74746e08c598 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -1871,6 +1871,8 @@ let
 
     vorbis = callPackage ../development/ocaml-modules/vorbis { };
 
+    vpl-core = callPackage ../development/ocaml-modules/vpl-core { };
+
     ### W ###
 
     wasm = callPackage ../development/ocaml-modules/wasm { };