MCUXpresso_LPC55S69/rtos/freertos/corehttp/manifest.yml
Yilin Sun 3969019d6a
Updated SDK v2.13.0
Signed-off-by: Yilin Sun <imi415@imi.moe>
2023-01-26 10:53:53 +08:00

12 lines
307 B
YAML

name : "coreHTTP"
version: "v3.0.0"
description: "Client implementation of the HTTP/1.1 specification for embedded devices."
license: "MIT"
dependencies:
- name : "llhttp"
version: "release/v6.0.5"
license: "MIT"
repository:
type: "git"
url: "https://github.com/nodejs/llhttp.git"