Skip to content

add library.json file #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 jpb10
Copyright (c) 2023 jpb10

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
25 changes: 25 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "SolarCalculator",
"version": "2.0.1",
"description": "A library inspired by the NOAA Solar Calculator. It provides functions to calculate the times of sunrise, sunset, solar noon, twilight (dawn and dusk), solar coordinates, equation of time, etc.",
"keywords": "Other",
"headers": "SolarCalculator.h",
"repository":
{
"type": "git",
"url": "https://github.com/jpb10/SolarCalculator.git"
},
"authors":
[
{
"name": "",
"email": "",
"url": "https://github.com/jpb10/SolarCalculator"
}
],
"license": "MIT",
"homepage": "",
"dependencies": {
},
"platforms": "native"
}
1 change: 1 addition & 0 deletions library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ paragraph=It provides functions to calculate the times of sunrise, sunset, solar
category=Other
url=https://github.com/jpb10/SolarCalculator
architectures=*
platforms=*
includes=SolarCalculator.h