A repository which adapts the Boost Hana project for use in the NJOY21 build scheme.
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 [email protected]: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
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.