Package gnustep-Encore: Information

    Source package: gnustep-Encore
    Version: 0.3.1-alt5
    Build time:  Jun 12, 2021, 11:06 PM in the task #274273
    Report package bug
    License: LGPLv2.1
    Summary: A set of utility classes
    Description: 
    Encore is a set of utility classes written in Objective-C for GNUstep
    and Mac OS X.  The motivation of writting these classes was driven by
    implementing the projects BDB and FT. The classes may be useful for
    other projects as well.
    
    The classes include
      - logging:  A flexible logging mechanism similiar to log4j. Supports
        logging levels, logging contexts, different output channels per
        context, configuration per xml, ...
      - XML-based reflection: a configuration mechanism which is based on
        XML and uses inversion of control (see tests for an example)
      - a simple testing framework
      - StringUtils class
      - an iterator interface

    List of rpms provided by this srpm:
    gnustep-Encore (x86_64, ppc64le, i586, armh, aarch64)
    libgnustep-Encore (x86_64, ppc64le, i586, armh, aarch64)
    libgnustep-Encore-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    libgnustep-Encore-devel (x86_64, ppc64le, i586, armh, aarch64)



      1. libffi-devel
      2. libxslt-devel
      3. libgcrypt-devel
      4. /proc
      5. gnustep-gui-devel
      6. gnustep-make-devel
      7. libgmp-devel
      8. libgnutls-devel
      9. libicu-devel
      10. zlib-devel

    Last changed


    Sept. 8, 2020 Andrey Cherepanov 0.3.1-alt5
    - Build without gnustep-objc.
    Feb. 14, 2014 Eugeny A. Rostovtsev 0.3.1-alt4
    - Built with clang
    Jan. 29, 2014 Eugeny A. Rostovtsev 0.3.1-alt3
    - Added Requires: gnustep-back