{"id":15017903,"url":"https://github.com/bincrafters/conan-cef","last_synced_at":"2025-04-12T12:33:42.218Z","repository":{"id":68879989,"uuid":"164071656","full_name":"bincrafters/conan-cef","owner":"bincrafters","description":"Conan recipe for CEF - a simple framework for embedding Chromium in other applications","archived":false,"fork":false,"pushed_at":"2022-10-27T07:14:55.000Z","size":75,"stargazers_count":6,"open_issues_count":0,"forks_count":7,"subscribers_count":6,"default_branch":"testing/3.3683.1920.g9f41a27","last_synced_at":"2024-10-30T00:55:27.862Z","etag":null,"topics":["cef","chromium","chromium-embedded-framework","conan"],"latest_commit_sha":null,"homepage":"https://bitbucket.org/chromiumembedded/cef","language":"CMake","has_issues":false,"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/bincrafters.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-01-04T07:09:09.000Z","updated_at":"2023-05-13T18:35:31.000Z","dependencies_parsed_at":"2023-03-06T16:30:17.448Z","dependency_job_id":null,"html_url":"https://github.com/bincrafters/conan-cef","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/bincrafters%2Fconan-cef","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bincrafters%2Fconan-cef/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bincrafters%2Fconan-cef/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bincrafters%2Fconan-cef/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bincrafters","download_url":"https://codeload.github.com/bincrafters/conan-cef/tar.gz/refs/heads/testing/3.3683.1920.g9f41a27","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248401566,"owners_count":21097328,"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":["cef","chromium","chromium-embedded-framework","conan"],"created_at":"2024-09-24T19:51:09.545Z","updated_at":"2025-04-12T12:33:42.186Z","avatar_url":"https://github.com/bincrafters.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Download](https://api.bintray.com/packages/bincrafters/public-conan/cef%3Abincrafters/images/download.svg) ](https://bintray.com/bincrafters/public-conan/cef%3Abincrafters/_latestVersion)\n[![Build Status Travis](https://travis-ci.com/bincrafters/conan-cef.svg?branch=testing%2F3.3578.1860.g36610bd)](https://travis-ci.com/bincrafters/conan-cef)\n[![Build Status AppVeyor](https://ci.appveyor.com/api/projects/status/github/bincrafters/conan-cef?branch=testing%2F3.3578.1860.g36610bd\u0026svg=true)](https://ci.appveyor.com/project/bincrafters/conan-cef)\n\n## Conan package recipe for [*cef*](https://bitbucket.org/chromiumembedded/cef)\n\nThe Chromium Embedded Framework (CEF) is an open source framework for embedding a web browser engine which is based on the Chromium core\n\nThe packages generated with this **conanfile** can be found on [Bintray](https://bintray.com/bincrafters/public-conan/cef%3Abincrafters).\n\n\n## Issues\n\nIf you wish to report an issue or make a request for a Bincrafters package, please do so here:\n\n[Bincrafters Community Issues](https://github.com/bincrafters/community/issues)\n\n\n## For Users\n\n### Basic setup\n\n    $ conan install cef/3.3578.1860.g36610bd@bincrafters/testing\n\n### Project setup\n\nIf you handle multiple dependencies in your project is better to add a *conanfile.txt*\n\n    [requires]\n    cef/3.3578.1860.g36610bd@bincrafters/testing\n\n    [generators]\n    cmake\n\nComplete the installation of requirements for your project running:\n\n    $ mkdir build \u0026\u0026 cd build \u0026\u0026 conan install ..\n\nNote: It is recommended that you run conan install from a build directory and not the root of the project directory.  This is because conan generates *conanbuildinfo* files specific to a single build configuration which by default comes from an autodetected default profile located in ~/.conan/profiles/default .  If you pass different build configuration options to conan install, it will generate different *conanbuildinfo* files.  Thus, they should not be added to the root of the project, nor committed to git.\n\n\n## Build and package\n\nThe following command both runs all the steps of the conan file, and publishes the package to the local system cache.  This includes downloading dependencies from \"build_requires\" and \"requires\" , and then running the build() method.\n\n    $ conan create . bincrafters/testing\n\n\n### Available Options\n| Option        | Default | Possible Values  |\n| ------------- |:----------------- |:------------:|\n| use_sandbox      | False |  [True, False] |\n| debug_info_flag_vs      | -Z7 |  ['-Zi', '-Z7'] |\n\n\n## Add Remote\n\n    $ conan remote add bincrafters \"https://api.bintray.com/conan/bincrafters/public-conan\"\n\n\n## Conan Recipe License\n\nNOTE: The conan recipe license applies only to the files of this recipe, which can be used to build and package cef.\nIt does *not* in any way apply or is related to the actual software being packaged.\n\n[MIT](https://github.com/bincrafters/conan-cef/blob/testing/3.3578.1860.g36610bd/LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbincrafters%2Fconan-cef","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbincrafters%2Fconan-cef","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbincrafters%2Fconan-cef/lists"}