fishfood: Calculates file-size frequency-distribution.

[ library, program, utils ] [ Propose Tags ]

Counts the number of files in a set of bins, each of which holds only those files which fall within a specific size-interval.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
llvm

Whether the llvm compiler-backend has been installed and is required for code-generation.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0.1, 0.0.1.0, 0.0.1.3, 0.0.1.4, 0.0.1.5, 0.0.1.6, 0.0.1.7, 0.0.1.8, 0.0.1.9, 0.0.1.10, 0.0.1.11
Change log changelog.markdown
Dependencies base (>=4 && <5), Cabal (>=1.10), containers, data-default, directory, factory (>=0.2.0.5), fishfood, mtl, toolshed (>=0.17) [details]
License LicenseRef-GPL
Copyright (C) 2013-2015 Dr. Alistair Ward
Author Dr. Alistair Ward
Maintainer mailto:fishfood@functionalley.com
Category Utils
Home page https://functionalley.com
Bug tracker mailto:fishfood@functionalley.com
Source repo head: git clone https://github.com/functionalley/FishFood
Uploaded by AlistairWard at 2020-08-10T10:37:23Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables fishfood
Downloads 6668 total (30 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-08-10 [all 1 reports]

Readme for fishfood-0.0.1.11

[back to package description]

FishFood

Build Status Hackage License: GPL v3 Haskell

This is "FishFood", an application which determines the distribution in sizes of the specified files.

Installation

It can be built and installed using Cabal.

Documentation

The directory "man/" contains the documentation.

License

For information on copying and distributing this package, see the file "LICENSE" in this directory.

Bug-reporting

Bug-reports should be emailed to fishfood@functionalley.com.

Testing

The test-suite can be run using:

cabal configure --enable-tests;
cabal build;
cabal test --show-details=always;

Author

This application is written and maintained by Dr. Alistair Ward.