clause-developers team mailing list archive
-
clause-developers team
-
Mailing list archive
-
Message #00000
The clause C++ library gets a mailing list
Hello everybody,
After thinking about it for a while and feeling quite comfortable with
the direction clause is going, I thought of opening up the project a bit
more to the public eye. In a quick review, clause is a C++
metaprogramming library (for templates and the preprocessor right now)
aiming to reduce the need for source code boilerplate as well as
providing generative programming features for C++ (and partly C through
the preprocessor). There are no external dependencies and everything is
strictly compliant to respective language standards (C++11/14, C99).
I decided to use Launchpad as a host for the mailing list of the project
and there is also a launchpad team for it:
<https://lists.launchpad.net/clause-developers/>
1. https://lists.launchpad.net/clause-developers/
2. https://launchpad.net/~clause-developers
<https://launchpad.net/%7Eclause-developers>
As to where one can find source code right now and submit issues and
other stuff of interest, the following links are of interest:
1. https://github.com/irrequietus/clause
2. https://github.com/irrequietus/clause/issues
This library has been developed for quite some time now using git as the
SCM for it; there is a launchpad project for it at
https://launchpad.net/clause with a bzr import of the master git branch
that currently is the default at Github. It is obvious that git remains
the SCM that is to be used with this bzr import being just a mirror,
from what is my understanding of Launchpad. I will be mostly using the
mailing lists in Launchpad right now and see how that goes. I think this
is pretty much ok for a tentative first post in this mailing list.
Regards,
George