From 616aa2bddaa73b168205104cf63ae0fc27613201 Mon Sep 17 00:00:00 2001 From: Thomas Strobel Date: Wed, 2 Sep 2015 09:14:59 +0200 Subject: ocaml modules: fix some CamelCase and under_scores --- .../ocaml-modules/async_find/default.nix | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 pkgs/development/ocaml-modules/async_find/default.nix (limited to 'pkgs/development/ocaml-modules/async_find/default.nix') diff --git a/pkgs/development/ocaml-modules/async_find/default.nix b/pkgs/development/ocaml-modules/async_find/default.nix deleted file mode 100644 index ae10e931ce25..000000000000 --- a/pkgs/development/ocaml-modules/async_find/default.nix +++ /dev/null @@ -1,22 +0,0 @@ -{stdenv, buildOcaml, fetchurl, async, core, sexplib}: - -buildOcaml rec { - name = "async_find"; - version = "111.28.00"; - - minimumSupportedOcamlVersion = "4.02"; - - src = fetchurl { - url = "https://github.com/janestreet/async_find/archive/${version}.tar.gz"; - sha256 = "4e3fda72f50174f05d96a5a09323f236c041b1a685890c155822956f3deb8803"; - }; - - propagatedBuildInputs = [ async core sexplib ]; - - meta = with stdenv.lib; { - homepage = https://github.com/janestreet/async_find; - description = "Directory traversal with Async"; - license = licenses.asl20; - maintainers = [ maintainers.ericbmerritt ]; - }; -} -- cgit v1.2.3