cabal-version: 3.0 name: memfd version: 1.0.1.3 synopsis: Open temporary anonymous Linux file handles category: Filesystem, Linux description: memfd lets us open memory-only files that are not linked into a directory and are not backed by persistent storage. This feature is only available on Linux. copyright: 2022 Mission Valley Software LLC license: Apache-2.0 license-file: license.txt author: Chris Martin maintainer: hello@typeclasses.com homepage: https://github.com/typeclasses/memfd bug-reports: https://github.com/typeclasses/memfd/issues extra-source-files: *.md source-repository head type: git location: git://github.com/typeclasses/memfd.git library default-language: Haskell2010 hs-source-dirs: library default-extensions: BlockArguments DerivingStrategies GeneralizedNewtypeDeriving NoImplicitPrelude ImportQualifiedPost ghc-options: -Wall -Wmissing-deriving-strategies build-depends: , base ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18 , transformers ^>= 0.5.6 || ^>= 0.6 exposed-modules: Memfd other-modules: Memfd.Create Memfd.CreateFlags Memfd.CreateFlagsType Memfd.CreateOptionsType Memfd.CreateOptionsFlags Memfd.DefaultCreateOptions Memfd.FileSystemType Memfd.HugeTLBOptionsType Memfd.HugeTLBSizeType Memfd.NameType Memfd.OnExecType Memfd.SealingType Memfd.SupportedHugeTLBSizes