mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 01:11:30 +02:00
11 lines
238 B
Python
11 lines
238 B
Python
BUNDLES = [
|
|
"//apps/flowspec-api/flowapi:onos-apps-flowspec-api-flowapi",
|
|
]
|
|
|
|
onos_app(
|
|
description = "ONOS framework applications",
|
|
included_bundles = BUNDLES,
|
|
title = "Flowspec API",
|
|
url = "http://onosproject.org",
|
|
)
|