{"id":27862483,"url":"https://github.com/jnndrc/jyggalog","last_synced_at":"2025-07-24T16:04:14.072Z","repository":{"id":290476008,"uuid":"974581490","full_name":"JnnDrc/jyggalog","owner":"JnnDrc","description":"A simple logging library made in C. Logical and Ordered","archived":false,"fork":false,"pushed_at":"2025-04-29T02:16:07.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-29T03:30:38.761Z","etag":null,"topics":["c","logging"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JnnDrc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-29T02:08:16.000Z","updated_at":"2025-04-29T02:16:10.000Z","dependencies_parsed_at":"2025-04-29T03:30:43.316Z","dependency_job_id":"32dfa828-7283-4ed3-b804-6a9940595b4c","html_url":"https://github.com/JnnDrc/jyggalog","commit_stats":null,"previous_names":["jnndrc/jyggalog"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JnnDrc%2Fjyggalog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JnnDrc%2Fjyggalog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JnnDrc%2Fjyggalog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JnnDrc%2Fjyggalog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JnnDrc","download_url":"https://codeload.github.com/JnnDrc/jyggalog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252394933,"owners_count":21740931,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","logging"],"created_at":"2025-05-04T20:29:23.131Z","updated_at":"2025-07-24T16:04:14.059Z","avatar_url":"https://github.com/JnnDrc.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jyggalog\n\nA simple logging library made in C, logical and ordered\n\n## Build\n\n### dependencies\n1. GNU Make (or just a c compiler)\n2. GCC (or any c compiler)\n\n### Building\n\n1. clone repo: `git clone https://github.com/JnnDrc/jyggalog.git`\n2. cd jyggalog\n3. make: `make`\n\nwill output libjl.a\nyou can use `make debug` to produce the unoptimized and with debug symbols version libjl-g.a\n\n## USE\ninclude the header and link the lib with your program\n```c\n// lala.c\n#include \u003cjyggalog.h\u003e\n// ...\n```\n```sh\ngcc lala.c -o lala -L./lib -ljl\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjnndrc%2Fjyggalog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjnndrc%2Fjyggalog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjnndrc%2Fjyggalog/lists"}