Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- == Data scheme
- (module
- name = bubble.string
- version = bubble.string
- sources = (
- (source-path
- path=bubble.string
- flags=(bubble.string)
- )
- )
- dependencies = (
- (dependency
- name=bubble.string
- version=bubble.string
- )
- )
- )
- == Matching data
- (module
- name = "showcase"
- version = "0.0.1"
- sources = (
- (source-path path="src")
- (source-path path="vendor-src" flags=("-O2" "-Wall"))
- )
- dependencies = (
- (dependency name="base" version="1.0+")
- (dependency name="foo" version="1.1.2")
- (dependency name="bar" version="0.3")
- )
- )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement