Skip to content

Commit f458271

Browse files
committed
fix ci, update readme, add clib.json
1 parent c5a75ea commit f458271

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

.github/workflows/python-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Python Test
22

33
on:
44
push:
5-
branches: [ master, develop ]
5+
branches: [ main, master, develop ]
66
pull_request:
7-
branches: [ master, develop, release-* ]
7+
branches: [ main, master, develop, release-* ]
88

99
jobs:
1010
iana-test-build:

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# IANA Header Generator for Internet Protocol Standards
22

3+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4+
[![C](https://img.shields.io/badge/Language-C-blue.svg)](https://en.wikipedia.org/wiki/C_(programming_language))
5+
[![Python](https://img.shields.io/badge/Python-3776AB?logo=python&logoColor=fff)](https://en.wikipedia.org/wiki/Python_(programming_language))
6+
[![CI/CD Status Badge](https://github.com/mofosyne/iana-headers/actions/workflows/python-test.yml/badge.svg)](https://github.com/mofosyne/iana-headers/actions)
7+
38
**STATUS: WIP, looking for people to use and provide feedback so I can lock this list down**
49

510
## Table of Contents
@@ -82,4 +87,4 @@ Contributions to this project are welcome. If you find any issues or have sugges
8287

8388
## License
8489

85-
This project is licensed under the GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 License. See the [LICENSE](LICENSE) file for details.
90+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

clib.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "iana-headers",
3+
"version": "1.0.0",
4+
"repo": "mofosyne/iana-headers",
5+
"description": "The IANA Header Generator is a Python script designed to automate the generation of C headers for various Internet protocol standards using data from the Internet Assigned Numbers Authority (IANA)",
6+
"keywords": [
7+
"iana"
8+
],
9+
"license": "MIT",
10+
"src": [
11+
"c/src/cbor_constants.h",
12+
"c/src/coap_constants.h",
13+
"c/src/http_constants.h"
14+
]
15+
}

0 commit comments

Comments
 (0)