{"id":20135694,"url":"https://github.com/timhopg/42-libft","last_synced_at":"2025-10-12T08:37:16.993Z","repository":{"id":235534227,"uuid":"790871759","full_name":"TimHopg/42-libft","owner":"TimHopg","description":"An implementation of C standard library functions and more for 42 School Lisboa","archived":false,"fork":false,"pushed_at":"2024-12-11T14:49:01.000Z","size":1663,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-02T22:41:41.467Z","etag":null,"topics":["42school","clang","staticlibrary"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TimHopg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-04-23T17:21:51.000Z","updated_at":"2024-12-11T14:49:17.000Z","dependencies_parsed_at":"2024-04-23T19:23:51.837Z","dependency_job_id":"1ae57ff6-50d2-4c4c-ac48-d4a592bc9dfa","html_url":"https://github.com/TimHopg/42-libft","commit_stats":null,"previous_names":["timhopg/libft_new","timhopg/42-libft-library-forty-two"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TimHopg/42-libft","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimHopg%2F42-libft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimHopg%2F42-libft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimHopg%2F42-libft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimHopg%2F42-libft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TimHopg","download_url":"https://codeload.github.com/TimHopg/42-libft/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimHopg%2F42-libft/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010793,"owners_count":26084807,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["42school","clang","staticlibrary"],"created_at":"2024-11-13T21:16:13.881Z","updated_at":"2025-10-12T08:37:16.963Z","avatar_url":"https://github.com/TimHopg.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 42-Libft\n\nA C Lang library\n\n![libft_grade](./libft_grade.png)\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [Installation](#installation)\n- [Usage](#usage)\n\n## Introduction\n\nA [42 School](https://www.42network.org/) project to create a static library of useful clang functions. The library includes our own implementations of many c standard library functions and some additional ones. The library will be expanded as new functions are written.\n\n## Installation\n\nGit clone the repository:\n\n```shell\nhttps://github.com/TimHopg/42-libft-Library-Forty-Two.git\n```\n\nRun `make` from within the directory to archive the `libft.a` static library file.\n\n`make clean` will remove object files.\n\n`make fclean` will remove library and object files.\n\n## Usage\n\nTo use include the `libft.a` file in your project and include the `libft.h` header in your source code.\n\nCompile as follows:\n\n``` shell\ncc main.c -L -lft -o main\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimhopg%2F42-libft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimhopg%2F42-libft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimhopg%2F42-libft/lists"}