phosphor-dbus-interfaces

(★ 54)

YAML descriptors of standard dbus interfaces

File Explorer

  • .gitignore
  • .markdownlint.yaml
  • .prettierrc.yaml
  • .shellcheck
  • LICENSE
  • meson.build
  • meson.options
  • OWNERS
  • README.md
  • requirements.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

meson

View Details ▼

SCons-like build system that uses Python as a front-end language and Ninja as a building backend.

meson init

Generate a project with default values:

meson init {{[-l|--language]}} c {{[-n|--name]}} {{myproject}} --version {{0.1}}

Generate a C project with a given name and version:

meson {{[build|setup build]}}

Configure a directory named `build` with default values for compilation:

// repository documentation