Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/src/libraries/fps/fps.cabal

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


Name:                fps
Version:             0.8
Description:         Fast, packed, strict and lazy byte arrays with a list interface
License:             BSD3
License-file:        LICENSE
Author:              Don Stewart
Maintainer:          dons@cse.unsw.edu.au
Build-Depends:       base
extensions:          CPP, ForeignFunctionInterface
Exposed-modules:     Data.ByteString
                     Data.ByteString.Char8
                     Data.ByteString.Base
                     Data.ByteString.Fusion
                     Data.ByteString.Lazy
                     Data.ByteString.Lazy.Char8
ghc-options:         -Wall -fglasgow-exts -O2 -funbox-strict-fields -DSLOW_FOREIGN_PTR
nhc98-options:       -K4M
include-dirs:        cbits
c-sources:           cbits/fpstring.c

-- For ghc 6.4.2 or older:
-- -DSLOW_FOREIGN_PTR

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.