Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
kuipc - Cernlib's Kit for a User Interface Package (KUIP) compiler
KUIPC, the Kit for a User Interface Package Compiler, is a tool to simplify
the writing of a program's user interface code. It takes as input a Command
Definition File (CDF) that describes the commands to be understood by the
program, and outputs C or FORTRAN code that makes the appropriate function
calls to set up the user interface. This code can then be compiled and linked
with the rest of the program. Since the generated code uses KUIP routines,
the program must also be linked against the Packlib library that contains them.
Packages
Name |
Version |
Release |
Type |
Size |
Built |
kuipc |
2005 |
21.fc5 |
x86_64 |
79 KiB |
Wed May 24 19:09:10 2006 |
Changelog
- * Wed May 24 18:00:00 2006 Patrice Dumas <dumas at centre-cired.fr> - 2005-21
- compile paw statically against the cernlib (paw binaries dynamically
compiled against the cernlib are still shiped). Fix 192866
- * Wed May 17 18:00:00 2006 Patrice Dumas <dumas at centre-cired.fr> - 2005-20
- use new debian patchset. Fix 191631
- * Thu Apr 13 18:00:00 2006 Patrice Dumas <dumas at centre-cired.fr> - 2005-19
- add a patch to yexpand, to avoid using $HOME.