{"id":18720445,"url":"https://github.com/stiffstream/so5extra-conan","last_synced_at":"2025-11-10T21:30:14.854Z","repository":{"id":92244944,"uuid":"157713175","full_name":"Stiffstream/so5extra-conan","owner":"Stiffstream","description":"Conan package for so_5_extra extension for SObjectizer framework","archived":false,"fork":false,"pushed_at":"2020-06-22T08:49:55.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-28T11:28:17.401Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/Stiffstream.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":"2018-11-15T13:09:10.000Z","updated_at":"2020-06-22T08:49:58.000Z","dependencies_parsed_at":"2023-06-08T03:15:11.081Z","dependency_job_id":null,"html_url":"https://github.com/Stiffstream/so5extra-conan","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/Stiffstream%2Fso5extra-conan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Fso5extra-conan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Fso5extra-conan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Fso5extra-conan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Stiffstream","download_url":"https://codeload.github.com/Stiffstream/so5extra-conan/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239583564,"owners_count":19663222,"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":[],"created_at":"2024-11-07T13:31:06.255Z","updated_at":"2025-11-10T21:30:14.682Z","avatar_url":"https://github.com/Stiffstream.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# so5extra-conan\nThis is Conan package for [so_5_extra](https://stiffstream.com/en/products/so_5_extra.html) library.\n\n# How To Use\n\n## Installing Via Conan\n\nTo use so_5_extra via Conan it is necessary to do the following steps:\n\n1. Add the corresponding remote to your conan:\n\n```bash\nconan remote add stiffstream https://api.bintray.com/conan/stiffstream/public\n```\nIt can be also necessary to add _public-conan_ remote:\n```bash\nconan remote add public-conan https://api.bintray.com/conan/bincrafters/public-conan  \n```\n\n2. Add so_5_extra to `conanfile.txt` of your project:\n```\n[requires]\nso5extra/1.2.2@stiffstream/stable\n```\nIt also may be necessary to specify `shared` option for SObjectizer. For example, for build SObjectizer as a static library:\n```\n[options]\nsobjectizer:shared=False\n```\n\n3. Install dependencies for your project:\n```bash\nconan install SOME_PATH --build=missing\n```\n\n## Adding so_5_extra To Your CMakeLists.txt\n\nPlease note that so_5_extra and SObjectizer should be added to your CMakeLists.txt via `find_package` command:\n```cmake\n...\ninclude(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)\nconan_basic_setup()\n\nfind_package(sobjectizer CONFIG REQUIRED)\nfind_package(so5extra CONFIG REQUIRED)\n...\ntarget_link_libraries(your_target sobjectizer::SharedLib) # Or sobjectizer::StaticLib\ntarget_link_libraries(your_target sobjectizer::so5extra)\n```\n\n# Some Notes\nIf you have any questions about SObjectizer feel free to ask us via `info at stiffstream dot com`.\n\nIf you have some problems with SObjectizer or this conan-recipe please open an [issue](https://github.com/Stiffstream/so5extra-conan/issues).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstiffstream%2Fso5extra-conan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstiffstream%2Fso5extra-conan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstiffstream%2Fso5extra-conan/lists"}