{"id":15995921,"url":"https://github.com/uilianries/conan-resiprocate","last_synced_at":"2026-05-19T14:31:10.360Z","repository":{"id":84173031,"uuid":"102553982","full_name":"uilianries/conan-resiprocate","owner":"uilianries","description":"Conan.io package for reSIProcate","archived":false,"fork":false,"pushed_at":"2017-09-07T08:18:58.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"release/1.10.2","last_synced_at":"2025-09-09T13:12:50.242Z","etag":null,"topics":["conan","ice","resiprocate","sip","turn"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uilianries.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-09-06T02:39:20.000Z","updated_at":"2017-09-06T16:25:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"ec982242-4053-498d-aa67-66ddc1494b47","html_url":"https://github.com/uilianries/conan-resiprocate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/uilianries/conan-resiprocate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uilianries%2Fconan-resiprocate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uilianries%2Fconan-resiprocate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uilianries%2Fconan-resiprocate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uilianries%2Fconan-resiprocate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uilianries","download_url":"https://codeload.github.com/uilianries/conan-resiprocate/tar.gz/refs/heads/release/1.10.2","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uilianries%2Fconan-resiprocate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278271544,"owners_count":25959521,"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-04T02:00:05.491Z","response_time":63,"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":["conan","ice","resiprocate","sip","turn"],"created_at":"2024-10-08T07:21:56.093Z","updated_at":"2025-10-04T05:47:48.552Z","avatar_url":"https://github.com/uilianries.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/uilianries/conan-resiprocate.svg?branch=release/1.10.2)](https://travis-ci.org/uilianries/conan-resiprocate)\n[![License: Generous BSD-like](https://img.shields.io/badge/license-Generous%20BSD--like-blue.svg)](https://github.com/resiprocate/resiprocate/blob/master/COPYING)\n[![Download](https://api.bintray.com/packages/uilianries/conan/resiprocate%3Auilianries/images/download.svg?version=1.10.2%3Astable)](https://bintray.com/uilianries/conan/resiprocate%3Auilianries/1.10.2%3Astable/link)\n\n# conan-reSIProcate\n\n![Conan reSIProcate](conan-resiprocate.png)\n\n#### C++ implementation of SIP, ICE, TURN and related protocols\n\n[Conan.io](https://conan.io) package for [reSIProcate](https://www.resiprocate.org/) project\n\nThe packages generated with this **conanfile** can be found in [Bintray](https://bintray.com/uilianries/conan/resiprocate%3Auilianries).\n\n## Build packages\n\nDownload conan client from [Conan.io](https://conan.io) and run:\n\n    $ python build.py\n\nIf your are in Windows you should run it from a VisualStudio console in order to get \"mc.exe\" in path.\n\n## Upload packages to server\n\n    $ conan upload resiprocate/1.10.2@uilianries/stable --all\n\n## Reuse the packages\n\n### Basic setup\n\n    $ conan install resiprocate/1.10.2@uilianries/stable\n\n### Project setup\n\nIf you handle multiple dependencies in your project is better to add a *conanfile.txt*\n\n    [requires]\n    resiprocate/1.10.2@uilianries/stable\n\n    [options]\n    resiprocate:shared=True # False\n\n    [generators]\n    txt\n    cmake\n\nComplete the installation of requirements for your project running:\u003c/small\u003e\u003c/span\u003e\n\n    conan install .\n\nProject setup installs the library (and all his dependencies) and generates the files *conanbuildinfo.txt* and *conanbuildinfo.cmake* with all the paths and variables that you need to link with your dependencies.\n\n### License\n[Generous BSD-like](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuilianries%2Fconan-resiprocate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuilianries%2Fconan-resiprocate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuilianries%2Fconan-resiprocate/lists"}