https://github.com/frehu/abap-deps-apack
Apack interface definitions to be used with abaplint
https://github.com/frehu/abap-deps-apack
Last synced: about 2 months ago
JSON representation
Apack interface definitions to be used with abaplint
- Host: GitHub
- URL: https://github.com/frehu/abap-deps-apack
- Owner: FreHu
- Created: 2020-01-11T12:12:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-11T12:21:33.000Z (over 5 years ago)
- Last Synced: 2025-02-13T08:54:06.770Z (4 months ago)
- Language: ABAP
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# abap-deps-apack
Apack interface definitions
## Usage
If abaplint complains about a missing interface `zif_apack_manifest` or `if_apack_manifest`, update your `abaplint.json` with
```json
"dependencies": [
{
"url": "https://github.com/FreHu/abap-deps-apack",
"folder": "/deps",
"files": "/src/**/*.*"
}
]
```