{"id":48071032,"url":"https://github.com/webosose/mojoservicelauncher","last_synced_at":"2026-04-04T14:42:51.824Z","repository":{"id":94110606,"uuid":"125008181","full_name":"webosose/mojoservicelauncher","owner":"webosose","description":"webOS component responsible for launching the node.js services","archived":false,"fork":false,"pushed_at":"2024-06-05T07:57:12.000Z","size":46,"stargazers_count":2,"open_issues_count":1,"forks_count":6,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-06-05T09:13:26.819Z","etag":null,"topics":["webos","webosose"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webosose.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-03-13T07:12:58.000Z","updated_at":"2024-06-05T07:57:13.000Z","dependencies_parsed_at":"2024-06-05T09:07:41.352Z","dependency_job_id":"67c0ea5a-42e6-4482-9811-507d45be0a1c","html_url":"https://github.com/webosose/mojoservicelauncher","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/webosose/mojoservicelauncher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webosose%2Fmojoservicelauncher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webosose%2Fmojoservicelauncher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webosose%2Fmojoservicelauncher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webosose%2Fmojoservicelauncher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webosose","download_url":"https://codeload.github.com/webosose/mojoservicelauncher/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webosose%2Fmojoservicelauncher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31403404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["webos","webosose"],"created_at":"2026-04-04T14:42:51.369Z","updated_at":"2026-04-04T14:42:51.809Z","avatar_url":"https://github.com/webosose.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"mojoservicelauncher\n===================\n\nSummary\n-------\nOpen webOS component responsible for launching the node.js services\n\nDependencies\n============\n\nBelow are the tools and libraries (and their minimum versions) required to build _mojoservicelauncher_:\n\n- Boost program_options 1.46.1\n- cmake (version required by webosose/cmake-modules-webos)\n- g++ 4.6.3\n- webosose/cmake-modules-webos 1.0.0 RC3\n- webosose/libpbnjson 1.3.0\n- pkg-config 0.26\n\nHow to Build on Linux\n=====================\n\n## Building\n\nOnce you have downloaded the source, enter the following to build it (after\nchanging into the directory under which it was downloaded):\n\n    $ mkdir BUILD\n    $ cd BUILD\n    $ cmake ..\n    $ make\n    $ sudo make install\n\nThe directory under which the files are installed defaults to `/usr/local/webos`.\nYou can install them elsewhere by supplying a value for `WEBOS_INSTALL_ROOT`\nwhen invoking `cmake`. For example:\n\n    $ cmake -D WEBOS_INSTALL_ROOT:PATH=$HOME/projects/webosose ..\n    $ make\n    $ make install\n\nwill install the files in subdirectories of `$HOME/projects/webosose`.\n\nSpecifying `WEBOS_INSTALL_ROOT` also causes `pkg-config` to look in that tree\nfirst before searching the standard locations. You can specify additional\ndirectories to be searched prior to this one by setting the `PKG_CONFIG_PATH`\nenvironment variable.\n\nIf not specified, `WEBOS_INSTALL_ROOT` defaults to `/usr/local/webos`.\n\nTo configure for a debug build, enter:\n\n    $ cmake -D CMAKE_BUILD_TYPE:STRING=Debug ..\n\nTo see a list of the make targets that `cmake` has generated, enter:\n\n    $ make help\n\n## Uninstalling\n\nFrom the directory where you originally ran `make install`, enter:\n\n    $ [sudo] make uninstall\n\nYou will need to use `sudo` if you did not specify `WEBOS_INSTALL_ROOT`.\n\n# Copyright and License Information\n\nUnless otherwise specified, all content, including all source code files and\ndocumentation files in this repository are:\n\nCopyright (c) 2009-2018 LG Electronics, Inc.\n\nUnless otherwise specified or set forth in the NOTICE file, all content,\nincluding all source code files and documentation files in this repository are:\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this content except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nSPDX-License-Identifier: Apache-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebosose%2Fmojoservicelauncher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebosose%2Fmojoservicelauncher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebosose%2Fmojoservicelauncher/lists"}