Skip to content

piisgaaf/exboost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exboost

Provides a subset of the portable BOOST library as Elixir functions.

Installation

If available in Hex, the package can be installed by adding exboost to your list of dependencies in mix.exs:

def deps do
  [
    {:exboost, "~> 0.1.0"}
  ]
end

Boost

The package assumes that Boost is installed and the statis libraries and include files are available at BOOSTLIB and BOOSTINCLUDE

Mix

To compile using mix, execute:

$ BOOSTLIB=<library path> BOOSTINCLUDE=<include path> mix compile

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/exboost.

About

Elixir wrapper around the Boost library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •