subrepo: subdir: "xo-numeric" merged: "7750c868" upstream: origin: "git@github.com:Rconybea/xo-numeric.git" branch: "main" commit: "7750c868" git-subrepo: version: "0.4.9" origin: "???" commit: "???"
18 lines
513 B
Text
18 lines
513 B
Text
{
|
|
mode: "implementation",
|
|
output_cpp_dir: "src/numeric",
|
|
output_hpp_dir: "include/xo/numeric",
|
|
output_impl_subdir: "integer",
|
|
includes: [
|
|
// "<xo/printable2/Printable.hpp>",
|
|
// "<xo/printable2/detail/IPrintable_Xfer.hpp>"
|
|
],
|
|
local_types: [ ],
|
|
namespace1: "xo",
|
|
namespace2: "scm",
|
|
facet_idl: "idl/Numeric.json5",
|
|
brief: "provide ANumeric interface for DInteger",
|
|
using_doxygen: true,
|
|
repr: "DInteger",
|
|
doc: [ "implement ANumeric for DInteger" ],
|
|
}
|