• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

basicobjects/H22-Sep-2017-2,0341,418

build/H22-Sep-2017-16,65612,406

collection/H03-May-2022-15,6518,945

contrib/H22-Sep-2017-363289

dhash/H22-Sep-2017-2,5721,707

ini/H03-May-2022-34,35822,394

m4/H07-May-2022-9,0608,188

path_utils/H03-May-2022-3,4222,174

refarray/H03-May-2022-3,3292,197

trace/H22-Sep-2017-176114

COPYINGH A D07-Sep-201734.3 KiB675553

COPYING.LESSERH A D07-Sep-20177.5 KiB166128

Makefile.amH A D07-Sep-201713.3 KiB463355

Makefile.inH A D22-Sep-2017103.7 KiB2,3882,134

READMEH A D07-Sep-2017245 119

aclocal.m4H A D22-Sep-201753.3 KiB1,4941,355

config.h.inH A D22-Sep-20172.7 KiB11280

configureH A D03-May-2022443.2 KiB15,14612,593

configure.acH A D07-Sep-20173 KiB8668

version.m4H A D07-Sep-2017719 1916

README

1To build the ding-libs from the tarball:
2    ./configure
3    make
4    make docs (optional)
5    make check (optional)
6    make install
7
8To build the ding-libs from a source checkout:
9    autoreconf -if
10then follow the tarball instructions above.
11