1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/devel/libcoyotl/pkg-plist
Roman Bogorodskiy df98f1dff5 The Coyotl library collects several C++ tools that have proven useful
in many of my programs, but which aren't "big enough" to warrant
an individual library.

Key features of Coyotl include:
 -- A polymorphic collection of the best psuedorandom number generators,
    including the Mersenne Twister and Marsaglia's favorites.
 -- Utilities for floating-point numbers, including additional functions
    for trigonometry, least common multiple, greatest common denominator,
    rounding, and other purposes.
 -- A simple cross-platform command-line parser.
 -- A framework for generating random rectangular mazes.
 -- A template for fixed-point math based on different integer sizes
    and decimal point locations.
 -- Templatized sorting utilities (designed before Std. C++'s <algorithms>,
    but still useful)
 -- Validation tools for "Design by Contract" programming.

WWW:	http://www.coyotegulch.com/products/libcoyotl/index.html

PR:		ports/101209
Submitted by:	trasz <trasz at pin.if.uz.zgora.pl>
2006-08-02 08:12:11 +00:00

24 lines
582 B
Plaintext

lib/libcoyotl.so
lib/libcoyotl-3.1.so
lib/libcoyotl-3.1.so.4
lib/libcoyotl.la
lib/libcoyotl.a
include/libcoyotl/array.h
include/libcoyotl/cmwc4096.h
include/libcoyotl/command_line.h
include/libcoyotl/crccalc.h
include/libcoyotl/kissrng.h
include/libcoyotl/maze.h
include/libcoyotl/maze_recursive.h
include/libcoyotl/maze_renderer.h
include/libcoyotl/mtwister.h
include/libcoyotl/mwc1038.h
include/libcoyotl/mwc256.h
include/libcoyotl/prng.h
include/libcoyotl/realutil.h
include/libcoyotl/sortutil.h
include/libcoyotl/validator.h
bin/test_prng
bin/test_maze
@dirrm include/libcoyotl