Package crimp::pcx 0.2
Meta platform linux-glibc2.38-x86_64
Meta build::date 2024-02-20
Meta generated::by {critcl 3.2} abuild
Meta generated::date critcl
Meta license Under a BSD license.
Meta author {Andreas Kupries}
Meta summary Extension of the CRIMP core to handle import and export of
Meta summary PCX images
Meta description This package provides the CRIMP eco-system with the
Meta description functionality to handle images stored as Windows Bitmap
Meta description (PCX).
Meta subject image {PCX image} {Personal Computer eXchange} {PCX import}
Meta subject {PCX export} image {image import} {image export} PaintBrush
Meta require {crimp::core 0.2} {Tcl 8.5}
Meta included tcl/policy_pcx_1.tcl critcl-rt.tcl
Meta included linux-x86_64/crimp_pcx.so
Meta entrytclcommand {eval [list ::apply {dir {
    source [file join $dir critcl-rt.tcl]
    set path [file join $dir [::critcl::runtime::MapPlatform]]
    set ext [info sharedlibextension]
    set lib [file join $path "crimp_pcx$ext"]
    load $lib Crimp_pcx
    ::critcl::runtime::Fetch $dir policy_pcx_1.tcl
    package provide crimp::pcx 0.2
}} $dir]}
