styx-embed 3.0.2

Embed Styx schemas in binaries for zero-execution discovery
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
meta {
  id example-config
  version 1.0.0
  description "Example schema for testing embedding"
}

schema {
  @ @object{
    host @string
    port @int{ min 1, max 65535 }
    debug @optional(@bool)
  }
}