Wed, 08 Jan 2025 18:11:51 CST | login

Information for build shake-0.19.7-1.ocs23

ID9481
Package Nameshake
Version0.19.7
Release1.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/shake.git?.#0998b74a3d14a348e7e943964aee38e95954b84d
SummaryBuild system library, like Make, but more accurate dependencies
DescriptionShake is a Haskell library for writing build systems - designed as a replacement for 'make'. See "Development.Shake" for an introduction, including an example. The homepage contains links to a user manual, an academic paper and further information: <https://shakebuild.com> To use Shake the user writes a Haskell program that imports "Development.Shake", defines some build rules, and calls the 'Development.Shake.shakeArgs' function. Thanks to do notation and infix operators, a simple Shake build system is not too dissimilar from a simple Makefile. However, as build systems get more complex, Shake is able to take advantage of the excellent abstraction facilities offered by Haskell and easily support much larger projects. The Shake library provides all the standard features available in other build systems, including automatic parallelism and minimal rebuilds. Shake also provides more accurate dependency tracking, including seamless support for generated files, and dependencies on system information (e.g. compiler version).
Built bybbrucezhang
State complete
Volume DEFAULT
StartedTue, 04 Jun 2024 17:47:37 CST
CompletedTue, 04 Jun 2024 17:50:19 CST
Taskbuild (dist-ocs23-epol9, /opencloudos-stream/shake.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/shake.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
shake-0.19.7-1.ocs23.src.rpm (info) (download)
aarch64
ghc-heaps-0.4-1.ocs23.aarch64.rpm (info) (download)
ghc-heaps-devel-0.4-1.ocs23.aarch64.rpm (info) (download)
ghc-js-dgtable-0.5.2-1.ocs23.aarch64.rpm (info) (download)
ghc-js-dgtable-devel-0.5.2-1.ocs23.aarch64.rpm (info) (download)
ghc-shake-0.19.7-1.ocs23.aarch64.rpm (info) (download)
ghc-shake-devel-0.19.7-1.ocs23.aarch64.rpm (info) (download)
shake-0.19.7-1.ocs23.aarch64.rpm (info) (download)
noarch
ghc-heaps-doc-0.4-1.ocs23.noarch.rpm (info) (download)
ghc-js-dgtable-doc-0.5.2-1.ocs23.noarch.rpm (info) (download)
ghc-shake-doc-0.19.7-1.ocs23.noarch.rpm (info) (download)
shake-common-0.19.7-1.ocs23.noarch.rpm (info) (download)
x86_64
ghc-heaps-0.4-1.ocs23.x86_64.rpm (info) (download)
ghc-heaps-devel-0.4-1.ocs23.x86_64.rpm (info) (download)
ghc-js-dgtable-0.5.2-1.ocs23.x86_64.rpm (info) (download)
ghc-js-dgtable-devel-0.5.2-1.ocs23.x86_64.rpm (info) (download)
ghc-shake-0.19.7-1.ocs23.x86_64.rpm (info) (download)
ghc-shake-devel-0.19.7-1.ocs23.x86_64.rpm (info) (download)
shake-0.19.7-1.ocs23.x86_64.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Apr 15 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.19.7-1 - initial build