diff --git a/sig/Compiler/README.md b/sig/Compiler/README.md index 8999cc2fb1f7ce4fef5949e3f0b42c9ad0088e5f..6f405f21c3e28e3ed60c1c87fe31995de8d6f4a4 100644 --- a/sig/Compiler/README.md +++ b/sig/Compiler/README.md @@ -195,6 +195,10 @@ Tuesday 10 am bi-weekly, UTC+8. - 李 海炜[@liheavy](https://gitee.com/liheavy) email: lihaiwei8@huawei.com - Contributers - 许 崇宇[@xu-chongyu214](https://gitee.com/xu-chongyu214) email: xuchongyu@huawei.com + - [tinytoml](https://gitee.com/src-openeuler/tinytoml) + - Committers + - 朱 佳梦[@JiamengZ](https://gitee.com/JiamengZ) email: zhujiameng@huawei.com + - 章 旭东[@z-xu-dong-zhang](https://gitee.com/z-xu-dong-zhang) email: zxudong.zhang@huawei.com ## Contact - [maillist](compiler@openeuler.org) diff --git a/sig/Compiler/README_cn.md b/sig/Compiler/README_cn.md index fae70b2138b23cc229c52d39e5ab15fa544d5974..8c0486bfefee7b85cc256b954033a67fde81df33 100644 --- a/sig/Compiler/README_cn.md +++ b/sig/Compiler/README_cn.md @@ -195,6 +195,10 @@ Compiler SIG 每双周周二上午10:00进行线上例会,也会定期举办 - 李 海炜[@liheavy](https://gitee.com/liheavy) 邮箱: lihaiwei8@huawei.com - Contributers - 许 崇宇[@xu-chongyu214](https://gitee.com/xu-chongyu214) 邮箱: xuchongyu@huawei.com + - [tinytoml](https://gitee.com/src-openeuler/tinytoml) + - Committers + - 朱 佳梦[@JiamengZ](https://gitee.com/JiamengZ) email: zhujiameng@huawei.com + - 章 旭东[@z-xu-dong-zhang](https://gitee.com/z-xu-dong-zhang) email: zxudong.zhang@huawei.com ## 联系 - [邮件列表](compiler@openeuler.org) diff --git a/sig/Compiler/sig-info.yaml b/sig/Compiler/sig-info.yaml index 75bc266e4d13ea7285c092b7e54c385c04cf412a..fd79efdef23ee0552e66da697b8663b0a48252bd 100644 --- a/sig/Compiler/sig-info.yaml +++ b/sig/Compiler/sig-info.yaml @@ -246,5 +246,16 @@ repositories: name: Chongyu Xu organization: Huawei email: xuchongyu@huawei.com +- repo: + - src-openeuler/tinytoml + committers: + - gitee_id: JiamengZ + name: Jiameng Zhu + organization: Huawei + email: zhujiameng@huawei.com + - gitee_id: z-xu-dong-zhang + name: Xudong Zhang + organization: Huawei + email: zxudong.zhang@huawei.com diff --git a/sig/Compiler/src-openeuler/t/tinytoml.yaml b/sig/Compiler/src-openeuler/t/tinytoml.yaml new file mode 100644 index 0000000000000000000000000000000000000000..452268cb6cbd2b9f30f52106b8cb49d8ac264877 --- /dev/null +++ b/sig/Compiler/src-openeuler/t/tinytoml.yaml @@ -0,0 +1,13 @@ +name: tinytoml +description: A header only C++11 library for parsing TOML. +upstream: https://github.com/mayah/tinytoml +branches: +- name: master + type: protected +- name: openEuler-22.03-LTS-Next + type: protected + create_from: master +- name: openEuler-22.03-LTS-SP1 + type: protected + create_from: openEuler-22.03-LTS-Next +type: public