Buck (software) (original) (raw)
Buckは、Facebookにより開発・使用されている複数言語に対応したビルドシステムである。
Property | Value |
---|---|
dbo:abstract | Buck is a multi-language build system developed and used by Meta Platforms, Inc. It was designed for building small, reusable modules consisting of code and resources within a monorepo. It supports C++ (Objective-C, Swift), Shell, Java (Kotlin, Groovy), Python, Lua, OCaml, Rust, Go and other languages as source code input. It can produce binary outputs for a variety of target platforms including IOS, Android, .NET and Java VM runtimes. Buck is licensed under the Apache License 2.0. Buck requires the explicit declaration of dependencies and enforces this using a symbolic link tree. Because all dependencies are explicit and Buck has a directed acyclic graph of all source files and build targets, Buck can perform incremental recompilation, only rebuilding targets downstream of files that have changed. Buck computes a key for each target that is a hash of the contents of the files it depends on. It stores a mapping from that key to the build target in a build cache. If targets are deterministic functions of the contents of their dependencies, then this build cache can be shared between developers and continuous integration (CI) as Buck supports a HTTP Cache API. (en) Buckは、Facebookにより開発・使用されている複数言語に対応したビルドシステムである。 (ja) |
dbo:developer | dbr:Meta_Platforms,_Inc. |
dbo:latestReleaseDate | 2021-01-12 (xsd:date) |
dbo:latestReleaseVersion | 2021.01.12.01 |
dbo:license | dbr:Apache_License_2.0 |
dbo:operatingSystem | dbr:Cross-platform |
dbo:programmingLanguage | dbr:Java_programming_language |
dbo:releaseDate | 2013-04-17 (xsd:date) |
dbo:wikiPageExternalLink | https://buck.build/concept/http_cache_api.html |
dbo:wikiPageID | 50129389 (xsd:integer) |
dbo:wikiPageLength | 3350 (xsd:nonNegativeInteger) |
dbo:wikiPageRevisionID | 1108141855 (xsd:integer) |
dbo:wikiPageWikiLink | dbr:Python_(programming_language) dbr:List_of_build_automation_software dbr:Monorepo dbr:Bash_(Unix_shell) dbc:Facebook_software dbr:.NET_Framework dbc:Software_using_the_Apache_license dbr:Cross-platform dbr:Rust_(programming_language) dbr:Go_(programming_language) dbr:Continuous_integration dbr:Android_(operating_system) dbr:Apache_Groovy dbr:Lua_(programming_language) dbr:C++ dbr:Java_(programming_language) dbr:Java_programming_language dbr:Swift_(programming_language) dbr:Symbolic_link dbr:Java_virtual_machine dbr:Directed_acyclic_graph dbr:Build_automation dbr:IOS dbr:Kotlin_(programming_language) dbr:Meta_Platforms dbr:Meta_Platforms,_Inc. dbr:Objective-C dbr:Runtime_system dbr:Apache_License_2.0 dbr:OCaml_programming_language |
dbp:developer | dbr:Meta_Platforms,_Inc. |
dbp:latestReleaseDate | 2021-01-12 (xsd:date) |
dbp:latestReleaseVersion | 2021.010000 (xsd:double) |
dbp:license | dbr:Apache_License_2.0 |
dbp:name | Buck (en) |
dbp:operatingSystem | dbr:Cross-platform |
dbp:programmingLanguage | dbr:Java_programming_language |
dbp:released | 2013-04-17 (xsd:date) |
dbp:wikiPageUsesTemplate | dbt:Infobox_software dbt:Official_website dbt:Reflist dbt:Software-stub dbt:Start_date_and_age dbt:Facebook_navbox |
dct:subject | dbc:Facebook_software dbc:Software_using_the_Apache_license |
rdf:type | owl:Thing dbo:Software schema:CreativeWork dbo:Work wikidata:Q386724 wikidata:Q7397 |
rdfs:comment | Buckは、Facebookにより開発・使用されている複数言語に対応したビルドシステムである。 (ja) Buck is a multi-language build system developed and used by Meta Platforms, Inc. It was designed for building small, reusable modules consisting of code and resources within a monorepo. It supports C++ (Objective-C, Swift), Shell, Java (Kotlin, Groovy), Python, Lua, OCaml, Rust, Go and other languages as source code input. It can produce binary outputs for a variety of target platforms including IOS, Android, .NET and Java VM runtimes. Buck is licensed under the Apache License 2.0. (en) |
rdfs:label | Buck (software) (en) Buck (ソフトウェア) (ja) |
owl:sameAs | wikidata:Buck (software) dbpedia-ja:Buck (software) https://global.dbpedia.org/id/2Nbbg |
prov:wasDerivedFrom | wikipedia-en:Buck_(software)?oldid=1108141855&ns=0 |
foaf:isPrimaryTopicOf | wikipedia-en:Buck_(software) |
foaf:name | Buck (en) |
is dbo:wikiPageDisambiguates of | dbr:Buck |
is dbo:wikiPageWikiLink of | dbr:List_of_build_automation_software dbr:Monorepo dbr:Bazel_(software) dbr:Buck |
is foaf:primaryTopic of | wikipedia-en:Buck_(software) |