Sat, 24 Jan 2026 23:00:09 CST | login

Information for build shake-0.19.7-1.oc9

ID25435
Package Nameshake
Version0.19.7
Release1.oc9
Epoch
DraftFalse
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 byfanjunkong
State complete
Volume DEFAULT
StartedTue, 06 Aug 2024 05:16:28 CST
CompletedTue, 06 Aug 2024 05:20:43 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/shake.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/shake.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
shake-0.19.7-1.oc9.src.rpm (info) (download)
aarch64
ghc-heaps-0.4-1.oc9.aarch64.rpm (info) (download)
ghc-heaps-devel-0.4-1.oc9.aarch64.rpm (info) (download)
ghc-js-dgtable-0.5.2-1.oc9.aarch64.rpm (info) (download)
ghc-js-dgtable-devel-0.5.2-1.oc9.aarch64.rpm (info) (download)
ghc-shake-0.19.7-1.oc9.aarch64.rpm (info) (download)
ghc-shake-devel-0.19.7-1.oc9.aarch64.rpm (info) (download)
shake-0.19.7-1.oc9.aarch64.rpm (info) (download)
noarch
ghc-heaps-doc-0.4-1.oc9.noarch.rpm (info) (download)
ghc-js-dgtable-doc-0.5.2-1.oc9.noarch.rpm (info) (download)
ghc-shake-doc-0.19.7-1.oc9.noarch.rpm (info) (download)
shake-common-0.19.7-1.oc9.noarch.rpm (info) (download)
x86_64
ghc-heaps-0.4-1.oc9.x86_64.rpm (info) (download)
ghc-heaps-devel-0.4-1.oc9.x86_64.rpm (info) (download)
ghc-js-dgtable-0.5.2-1.oc9.x86_64.rpm (info) (download)
ghc-js-dgtable-devel-0.5.2-1.oc9.x86_64.rpm (info) (download)
ghc-shake-0.19.7-1.oc9.x86_64.rpm (info) (download)
ghc-shake-devel-0.19.7-1.oc9.x86_64.rpm (info) (download)
shake-0.19.7-1.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Apr 15 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.19.7-1 - initial build