File: README

package info (click to toggle)
dar 2.6.13-2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 10,364 kB
  • sloc: cpp: 77,385; sh: 6,192; ansic: 776; makefile: 435; python: 242; csh: 95; perl: 43; sed: 16
file content (28 lines) | stat: -rw-r--r-- 1,095 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
What will you find here?

Source code for dar suite program.

libdar directory
  contains all code of dar that have been moved since version
  2.0.0 to a separated library known as libdar.

dar_suite directory
  contains all the rest of the code of dar, which is command-line specific

examples directory
  contains few programs that illustrate the use of infinint, they are built
  when using --enable-examples with the configure script.

testing directory
  contains a plethora of very simple program that helped validate each C++
  module of dar. They are to be used in step by step debugging and in
  conjunction with variable watch. Theses programs are intended to be used
  only by developers, they are built when using --enable-examples with the
  configure script.

check
  contains the global validation routine that are run when calling
  "make check". Note that running 'make check' may take several days to
  complete depending on the power of your computer, this is also due to
  the fact that these routine are very basic but robust, they are not
  especially optimized for speed.