File: c.yang

package info (click to toggle)
libyang 5.0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 11,344 kB
  • sloc: ansic: 131,300; xml: 751; sh: 448; tcl: 325; makefile: 24
file content (12 lines) | stat: -rw-r--r-- 157 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
submodule c {
  belongs-to b {
    prefix b;
  }
  include d {
    revision-date "2026-01-09";
  }

  revision 2026-01-09 {
    description "example";
  }
}