fileformat 0.3.0

Tool for recognizing file formats


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

fileformat is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

fileformat

fileformat is a tool for recognizing file formats.

Ready-made packages

See download page.

Build from source

Preparing

Before assembling, you need to install a compiler for D (now this project supports compiler ldc2).

This project is assembled with a dynamic or static linking to the Amalthea library. So if you want to build this project from source, you also need to build and install Amalthea. Then return to this instruction.

Compilation and installation

Creating of executable bin-file:

make

Installation (by default, main directory is /usr/local/):

sudo make install

After that, the application is ready for use.

You can install this application in any other directory:

make install DESTDIR=home/$USER/sandbox PREFIX=usr

Uninstall:

sudo make uninstall

If you installed it in an alternate directory:

make uninstall DESTDIR=home/$USER/sandbox PREFIX=usr

Usage

fileformat <file>

Feedback

Questions, suggestions, comments, bugs:

[email protected]

Also use the repository service tools.

Authors:
  • Eugene 'Vindex' Stulin
Dependencies:
amalthea
Versions:
0.4.0 2022-Sep-24
0.3.2 2021-Oct-06
0.3.1 2021-Oct-06
0.3.0 2021-Jul-29
~master 2022-Sep-24
Show all 6 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 17 downloads total

Score:
0.0
Short URL:
fileformat.dub.pm