Edit

kc3-lang/gnulib/modules/omap

Branch :

  • Show log

    Commit

  • Author : Bruno Haible
    Date : 2020-07-20 21:22:12
    Hash : 6c61644f
    Message : list, oset, omap: Relicense some of the container modules under LGPLv2+. * modules/list (License): Change to LGPLv2+. * modules/array-list (License): Likewise. * modules/carray-list (License): Likewise. * modules/linked-list (License): Likewise. * modules/avltree-list (License): Likewise. * modules/rbtree-list (License): Likewise. * modules/oset (License): Likewise. * modules/array-oset (License): Likewise. * modules/avltree-oset (License): Likewise. * modules/rbtree-oset (License): Likewise. * modules/omap (License): Likewise. * modules/array-omap (License): Likewise. * modules/avltree-omap (License): Likewise. * modules/rbtree-omap (License): Likewise.

  • modules/omap
  • Description:
    Abstract ordered map data type.
    
    Files:
    lib/gl_omap.h
    lib/gl_omap.c
    
    Depends-on:
    extern-inline
    stdbool
    
    configure.ac:
    
    Makefile.am:
    lib_SOURCES += gl_omap.h gl_omap.c
    
    Include:
    "gl_omap.h"
    
    License:
    LGPLv2+
    
    Maintainer:
    all