{"id":20078814,"url":"https://github.com/nasso/epine-tek","last_synced_at":"2026-05-13T19:33:46.976Z","repository":{"id":92714425,"uuid":"335083181","full_name":"nasso/epine-tek","owner":"nasso","description":"Epine module for Epitech projects","archived":false,"fork":false,"pushed_at":"2021-02-16T13:52:09.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-02T13:14:52.534Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","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/nasso.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}},"created_at":"2021-02-01T21:02:02.000Z","updated_at":"2021-02-16T13:52:13.000Z","dependencies_parsed_at":"2023-04-07T23:34:53.766Z","dependency_job_id":null,"html_url":"https://github.com/nasso/epine-tek","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/nasso/epine-tek","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasso%2Fepine-tek","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasso%2Fepine-tek/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasso%2Fepine-tek/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasso%2Fepine-tek/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nasso","download_url":"https://codeload.github.com/nasso/epine-tek/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasso%2Fepine-tek/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32997716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-13T15:16:45.145Z","updated_at":"2026-05-13T19:33:46.956Z","avatar_url":"https://github.com/nasso.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# epine-tek\n\nSimple Epine module for C/C++ projects at [Epitech].\n\n## Example usage\n\n```lua\nlocal tek = require \"@nasso/epine-tek/v0.2.0-alpha\"\n\n--       project name//default targets\ntek:project \"libjzon\" {\"libjzon.a\"}\n\n-- binary name (\"$(NAME)\" in the generated Makefile)\ntek:name \"libjzon.a\"\n\n-- a static library (the .a suffix is added automatically)\ntek:static \"libjzon\" {\n    libs = {tek:ref \"libmy\"}\n}\n\n-- the unit tests binary\ntek:binary \"unit_tests\" {\n    srcs = {find \"./tests/*.c\"},\n    libs = {tek:ref \"libjzon\", tek:ref \"libmy\", \"criterion\"}\n}\n\n-- a target for a library that is pulled from a git repository\ntek:pull \"libmy\" {\n    git = \"git@github.com:nasso/libmy\"\n}\n\nreturn tek:make()\n```\n\n[Epitech]: https://www.epitech.eu\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnasso%2Fepine-tek","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnasso%2Fepine-tek","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnasso%2Fepine-tek/lists"}