Skip to content

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

License

Notifications You must be signed in to change notification settings

apmccartney/hana-adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [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

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages