Fubsy 软件构建工具

程序名称:Fubsy

授权协议: BSD

操作系统: Windows

开发语言: Google Go

Fubsy 介绍

Fubsy 是一个高效的软件构建工具。使用 Go 语言编写,该工具目前还处于非常早期的阶段。

In concrete terms, it lets you conditionally (re)build targets from sources
based on which sources have changed since the last build. Typically, targets
and sources are all files in a directory tree. In theory, they can be any
resource on a computer. More abstractly, Fubsy is an engine for conditional
execution of actions based on the dependencies between related resources.

示例代码

main {
    CC = "/usr/bin/gcc"
    source = <src/*.c>
    headers = <src/*.h>

    "myapp": headers + source {
        "$CC -o $TARGET $source"
    }
}

Fubsy 官网

http://fubsy.gerg.ca/

相关编程语言

提到 EclEmma 首先就要说到著名的 Java 覆盖测试工具...
Solex是一个WEB应用测试用的Eclipse插件。Solex可以...
Apache为我们提供了一个强大的工具 Cactus!它是一套...
Google C Testing Framework是Google公司用来在各种...
JdbcProxy 是 SourceForge 上一个开源的 Java 项目,...
Ripplet是一款负载测试工具,特征如下: 1)基于Apa...