{"id":18392167,"url":"https://github.com/lethalbit/libfortress","last_synced_at":"2025-04-07T03:33:59.974Z","repository":{"id":38275129,"uuid":"134179379","full_name":"lethalbit/libfortress","owner":"lethalbit","description":"A library for reading DWARF, STABS, and other debugging formats.","archived":false,"fork":false,"pushed_at":"2022-06-26T00:37:46.000Z","size":57,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-01T18:58:56.149Z","etag":null,"topics":["debug-formats","dwarf","pdb","stabs","vax"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lethalbit.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"lethalbit","patreon":"lethalbit","ko_fi":"lethalbit"}},"created_at":"2018-05-20T19:17:39.000Z","updated_at":"2024-04-03T19:25:42.000Z","dependencies_parsed_at":"2022-08-18T17:30:05.581Z","dependency_job_id":null,"html_url":"https://github.com/lethalbit/libfortress","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lethalbit%2Flibfortress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lethalbit%2Flibfortress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lethalbit%2Flibfortress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lethalbit%2Flibfortress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lethalbit","download_url":"https://codeload.github.com/lethalbit/libfortress/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223271237,"owners_count":17117302,"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":["debug-formats","dwarf","pdb","stabs","vax"],"created_at":"2024-11-06T01:54:33.233Z","updated_at":"2024-11-06T01:54:34.048Z","avatar_url":"https://github.com/lethalbit.png","language":"C++","readme":"# libfortress\n\nlibfortress is a C++ library designed to facilitate with the parsing and generation of various debug info formats.\n\nThe sister library for parsing and generating object file formats can be found at [lethalbit/libalfheim](https://github.com/lethalbit/libalfheim).\n\n## Configuring and Building\n\nThe following steps describe how to build libfortress, it should be consistent for both Linux and Windows, but Windows remains untested.\n\n### Prerequisites\n\nTo build libfortress, ensure you have the following build time dependencies:\n * git\n * meson\n * ninja\n * zlib \u003e=1.2.12\n * g++ \u003e= 11 or clang++ \u003e= 11\n\nOptionally, when also building with binding support (which is the default) you also need:\n * python \u003e= 3.9\n * pybind11 \u003e= 2.7.0\n\n\n### Configuring\n\nYou can build libfortress with the default options, all of which can be found in [`meson_options.txt`](meson_options.txt). You can change these by specifying `-D\u003cOPTION_NAME\u003e=\u003cVALUE\u003e` at initial meson invocation time, or with `meson configure` in the build directory post initial configure.\n\nTo change the install prefix, which is `/usr/local` by default ensure to pass `--prefix \u003cPREFIX\u003e` when running meson for the first time.\n\nIn either case, simply running `meson build` from the root of the repository will be sufficient and place all of the build files in the `build` subdirectory.\n\n### Building\n\nOnce you have configured libfortress appropriately, to simply build and install simply run the following:\n\n```\n$ ninja -C build\n$ ninja -C build install\n```\n\nThis will build and install libfortress into the default prefix which is `/usr/local`, to change that see the configuration steps above.\n\n### Notes to Package Maintainers\n\nIf you are building libfortress for inclusion in a distributions package system then ensure to set `DESTDIR` prior to running meson install.\n\nThere is also a `bugreport_url` configuration option that is set to this repositories issues tracker by default, it is recommended to change it to your distributions bug tracking page.\n\n## License\n\nlibfortress is licensed under the [BSD-3-Clause](https://spdx.org/licenses/BSD-3-Clause.html) and can be found in [LICENSE](https://github.com/lethalbit/libfortress/tree/main/LICENSE).\n","funding_links":["https://github.com/sponsors/lethalbit","https://patreon.com/lethalbit","https://ko-fi.com/lethalbit"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flethalbit%2Flibfortress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flethalbit%2Flibfortress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flethalbit%2Flibfortress/lists"}