Skip to content

markjohndoyle/boost-nar

Folders and files

NameName
Last commit message
Last commit date
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Apr 17, 2015
Sep 10, 2015
Oct 16, 2015

Repository files navigation

boost-nar

The Boost C++ libraries in maven form for producing Nar artefacts.

To install simply clone the repo and run: mvn install

The libraries are available as separate dependencies as per a typical module layout. This means if required you can depend only upon the boost filesystem module, the necessary transitive depedencies will be automatically available.

Things to note

  • iostreams does not use bzip TODO compiler flag or edited the code? We don't want to be changing boost.
  • asio does not have the asio/impl/src.cpp

Module status

Modules are added as required or via contributions. Currently we have:

  • asio
  • bind
  • concept
  • config
  • container
  • core
  • date-time
  • detail
  • exception
  • filesystem
  • function
  • function_types
  • functional
  • fusion
  • integer
  • io
  • iostreams
  • iterator
  • interprocess
  • lexical-cast
  • math
  • move
  • mpl
  • numeric
  • optional
  • phoenix
  • predef
  • preprocessor
  • proto
  • range
  • regex
  • smart-ptr
  • spirit
  • system
  • type-traits
  • type_index
  • typeof
  • utility
  • variant