{"id":18257946,"url":"https://github.com/linkdd/ooduck","last_synced_at":"2025-06-30T02:05:59.945Z","repository":{"id":136499399,"uuid":"42027023","full_name":"linkdd/ooduck","owner":"linkdd","description":"Duck-Typing C library based on ooc.pdf","archived":false,"fork":false,"pushed_at":"2023-03-11T17:09:31.000Z","size":552,"stargazers_count":9,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T18:38:56.793Z","etag":null,"topics":["duck-typing","ooc"],"latest_commit_sha":null,"homepage":"https://linkdd.github.io/ooduck/","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/linkdd.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":"2015-09-07T02:24:54.000Z","updated_at":"2024-02-13T06:09:11.000Z","dependencies_parsed_at":"2023-05-01T20:15:26.587Z","dependency_job_id":null,"html_url":"https://github.com/linkdd/ooduck","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/linkdd/ooduck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkdd%2Fooduck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkdd%2Fooduck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkdd%2Fooduck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkdd%2Fooduck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linkdd","download_url":"https://codeload.github.com/linkdd/ooduck/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkdd%2Fooduck/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262697256,"owners_count":23349891,"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":["duck-typing","ooc"],"created_at":"2024-11-05T10:28:19.277Z","updated_at":"2025-06-30T02:05:59.918Z","avatar_url":"https://github.com/linkdd.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OODuck\n\n![ ](doc/static/logo.png)\n\n[![Travis-CI build](https://travis-ci.org/linkdd/ooduck.svg)](https://travis-ci.org/linkdd/ooduck)\n\nOODuck is an **O**bject **O**riented framework in C with **D**uck typing support.\n\nIt is inspired of the famous [ooc.pdf](http://www.cs.rit.edu/~ats/books/ooc.pdf)\nand is using [exceptions4c](https://github.com/guillermocalvo/exceptions4c)\n\n## Build library\n\nBuild system is based on CMake:\n\n    $ mkdir __build__ \u0026\u0026 cd __build__\n    $ cmake ..\n    $ make\n\nWith multi-threading support:\n\n    $ mkdir __build__ \u0026\u0026 cd __build__\n    $ cmake .. -DWITH_PTHREAD=1\n    $ make\n\nOr in debug mode:\n\n    $ mkdir __build__ \u0026\u0026 cd __build__\n    $ cmake .. -DWITH_DEBUG=1\n    $ make\n\n## Installation\n\nOnce the project is built, you can install it:\n\n    $ make install\n\nTo change default installation location, run ``cmake`` with the following option:\n\n    $ cmake .. -DCMAKE_INSTALL_PREFIX:PATH=/usr\n\nTo install in another directory:\n\n    $ make install DESTDIR=/opt/fakeroot\n\n## Documentation\n\nTo build documentation, you will need ``doxygen`` installed:\n\n    $ cd doc\n    $ make\n\nThen, open the file ``doc/html/index.html`` in your browser.\n\nOr, take a look at the [online documentation](https://linkdd.github.io/ooduck/)\n\n## License\n\nOODuck is released under the terms of the MIT license. See the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinkdd%2Fooduck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinkdd%2Fooduck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinkdd%2Fooduck/lists"}