Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

buckelij/ffi_libarchive_preload

Repository files navigation

ffi_libarchive_preload builds the libarchive library and preloads it for ffi-libarchive use.

To use, require this gem before ffi-libarchive:

require "ffi_libarchive_preload"
require "ffi-libarchive"
Archive::Reader.open_filename("some.tar.gz").each_entry {|e| puts e.pathname}

A Railtie is included so if you include this Gem in a rails project the bundled libarchive will be preloaded for FFI.

See ext/Rakefile for libarchive build options, which have been selected to minimize dependencies and only handles gzip and tar files.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors