# Package manifest {#root}

@status:doc/work @audience:user,dev

[p01] What `org.vibevm.world/licensing@1.0.0` declares about itself. Everything on this page is the package's own manifest, read and shown — nothing here is an opinion about the package.

[p02]
| Field | Value |
| --- | --- |
| Coordinate | `org.vibevm.world/licensing` |
| Version | `1.0.0` |
| Kind | `flow` |
| Licence | UPL-1.0 |
| Summary | Licensing posture for a product: a proprietary-with-relicense-intent placeholder, permissive-only dependencies, and the EULA-to-open path |
| Authors | Oleg Chirukhin |
| Keywords | license, eula, proprietary, dependencies, compliance |

## Skills {#skills}

[p03]
```toml
[[skill]]
description = "Draft or review a project's license posture: the placeholder EULA with relicense intent, the dependency-permissiveness check, and the third-party carve-out"
name = "draft-eula"
path = "vibevm/vibespecs/skills/draft-eula"

```

## Depended on by {#dependants}

[p04] Packages that require this one, as the catalog holds them now.

[p05]
| Standing | Title | Coordinate | Publisher and language |
| --- | --- | --- | --- |
| community | redbook | `org.vibevm.world/redbook@1.0.0` | org.vibevm.world · en |

## The manifest {#the-manifest}

[p06]
```toml
[package]
name = "licensing"
group = "org.vibevm.world"
kind = "flow"
version = "1.0.0"
epoch = 1
format = "normal"
authors = ["Oleg Chirukhin"]
license = "UPL-1.0"
description = "Licensing posture for a product: a proprietary-with-relicense-intent placeholder, permissive-only dependencies, and the EULA-to-open path"
keywords = ["license", "eula", "proprietary", "dependencies", "compliance"]

[compatibility]
min_vibe_version = "0.1.0"
requires_kinds = []

[boot_snippet]
source = "vibevm/vibespecs/boot/60-flow-licensing.xml"
category = "flow"

[[skill]]
name = "draft-eula"
path = "vibevm/vibespecs/skills/draft-eula"
description = "Draft or review a project's license posture: the placeholder EULA with relicense intent, the dependency-permissiveness check, and the third-party carve-out"

```

