/hana-adapter

An adapter repository to plug the Boost Hana metaprogramming library into the NJOY21 build system

Primary LanguageC++OtherNOASSERTION

hana-adapter

A repository which adapts the Boost Hana project for use in the NJOY21 build scheme.

Git Subtree

This repository uses a git subtree for the directory src. The remote from which the subtree is made is located at https://github.com/boostorg/hana.git. Equivalently, you can use the ssh location at git@github.com:boostorg/hana.git.

To facilitate updating the subtree when it gets updated upstream, do the following:

# This only needs to be done once
git remote add hana https://github.com/boostorg/hana.git

# Do this when you need to update the subtree
git subtree pull --prefix=src hana master

License

The code contained in this directory is covered by the license contained in the LICENSE file. The code in the src directory is covered by it's own LICENSE.