From a55cbd74c9def7b64a7e2398c29ba7204792a319 Mon Sep 17 00:00:00 2001 From: "Aaron L. Zeng" Date: Thu, 27 Oct 2022 01:25:49 -0400 Subject: [PATCH] ocamlPackages.file_path: init at 0.15.0 --- .../ocaml-modules/janestreet/0.15.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pkgs/development/ocaml-modules/janestreet/0.15.nix b/pkgs/development/ocaml-modules/janestreet/0.15.nix index dcb5d62c362d..24e27d24e8d1 100644 --- a/pkgs/development/ocaml-modules/janestreet/0.15.nix +++ b/pkgs/development/ocaml-modules/janestreet/0.15.nix @@ -338,6 +338,23 @@ with self; propagatedBuildInputs = [ base ]; }; + file_path = janePackage { + pname = "file_path"; + minimumOCamlVersion = "4.11"; + hash = "0vjvxviryywwwfdazcijwhpajp2d4mavlki7lj4qaafjrw62x14k"; + meta.description = + "A library for typed manipulation of UNIX-style file paths"; + propagatedBuildInputs = [ + async + core + core_kernel + core_unix + expect_test_helpers_async + expect_test_helpers_core + ppx_jane + ]; + }; + fuzzy_match = janePackage { pname = "fuzzy_match"; hash = "0s5w81698b07l5m11nwx8xbjcpmp54dnf5fcrnlva22jrlsf14h4";