Package librply: Information

    Source package: librply
    Version: 1.01-alt1
    Build time:  Sep 15, 2011, 11:40 PM
    Category: System/Libraries
    Report package bug
    License: MIT
    Summary: A library to read and write PLY files
    Description: 
    RPly is a library that lets applications read and write PLY files.
    The PLY file format is widely used to store geometric information, such as 3D
    models, but is general enough to be useful for other purposes.
    
    RPly is easy to use, well documented, small, free, open-source, ANSI C,
    efficient, and well tested. The highlights are:
    
    * A callback mechanism that makes PLY file input straightforward;
    * Support for the full range of numeric formats;
    * Binary (big and little endian) and text modes are fully supported;
    * Input and output are buffered for efficiency;
    * Available under the MIT license for added freedom.

    List of rpms provided by this srpm:
    librply (x86_64, i586)
    librply-debuginfo (x86_64, i586)
    librply-devel (x86_64, i586)

    Maintainer: Yuri N. Sedunov

    List of contributors:
    Yuri N. Sedunov


      1. gcc-c++
      2. cmake >= 2.6.0

    Last changed


    Sept. 5, 2011 Yuri N. Sedunov 1.01-alt1
    - Adapted for Sisyphus
    Feb. 9, 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.01-4
    March 21, 2010 Mario Ceresa mrceresa@gmail.com rply 1.01-3
    - Added CMake modules to detect the package