File: control

package info (click to toggle)
openapi-specification 3.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,292 kB
  • sloc: javascript: 486; sh: 121; makefile: 4
file content (26 lines) | stat: -rw-r--r-- 1,157 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: openapi-specification
Section: web
Priority: optional
Maintainer: Andrius Merkys <merkys@debian.org>
Build-Depends:
 debhelper-compat (= 13),
Standards-Version: 4.6.2
Homepage: https://www.openapis.org
Vcs-Browser: https://salsa.debian.org/debian/openapi-specification
Vcs-Git: https://salsa.debian.org/debian/openapi-specification.git
Rules-Requires-Root: no

Package: openapi-specification
Architecture: all
Depends:
 ${misc:Depends},
Multi-Arch: foreign
Description: community-driven open specification within the OpenAPI Initiative
 The OpenAPI Specification (OAS) defines a standard, programming
 language-agnostic interface description for HTTP APIs, which allows both humans
 and computers to discover and understand the capabilities of a service without
 requiring access to source code, additional documentation, or inspection of
 network traffic. When properly defined via OpenAPI, a consumer can understand
 and interact with the remote service with a minimal amount of implementation
 logic. Similar to what interface descriptions have done for lower-level
 programming, the OpenAPI Specification removes guesswork in calling a service.