subrepo: subdir: "xo-object2" merged: "8156e514" upstream: origin: "git@github.com:Rconybea/xo-object2.git" branch: "main" commit: "8156e514" git-subrepo: version: "0.4.9" origin: "???" commit: "???"
15 lines
416 B
Text
15 lines
416 B
Text
{
|
|
mode: "implementation",
|
|
output_cpp_dir: "src/object2",
|
|
output_hpp_dir: "include/xo/object2",
|
|
output_impl_subdir: "array",
|
|
includes: [ ],
|
|
local_types: [ ],
|
|
namespace1: "xo",
|
|
namespace2: "scm",
|
|
facet_idl: "idl/Sequence.json5",
|
|
brief: "provide ASequence interface for DArray state",
|
|
using_doxygen: true,
|
|
repr: "DArray",
|
|
doc: [ "implement ASequence for DArray" ],
|
|
}
|