this repo has no description

[new release] mybuild (7)

ygrek fa0f3738 f4fe6a19

Changed files
+29
packages
mybuild
mybuild.7
+29
packages/mybuild/mybuild.7/opam
···
+
opam-version: "2.0"
+
synopsis: "Small library and utility to generate version from VCS (git)"
+
maintainer: "ygrek@autistici.org"
+
authors: "ygrek <ygrek@autistici.org>"
+
license: "UNLICENSE"
+
tags: "org:ygrek"
+
dev-repo: "git+https://github.com/ygrek/mybuild.git"
+
homepage: "https://github.com/ygrek/mybuild"
+
bug-reports: "https://github.com/ygrek/mybuild/issues"
+
depends: [
+
"ocaml" {>= "4.03.0"}
+
"dune" {>= "2.0"}
+
"base-unix"
+
]
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs
+
"@install"
+
"@doc" {with-doc}
+
"@runtest" {with-test}]
+
]
+
url {
+
src: "https://github.com/ygrek/mybuild/releases/download/v7/mybuild-7.tbz"
+
checksum: [
+
"sha256=3ddc587181ab66d455afb96923a512870bb5b531d2664358a660720190e64037"
+
"sha512=266db5e98eb8dd701567fb47d6d2b410527d3cfdf7bd3661beddbefe730d7e87ace5d3a6302674d2ec1339a7b78e66586bd6aeba88df79767d40d6c1b402aecd"
+
]
+
}
+
x-commit-hash: "1b5c1a7f0307029065ea2ed0fdd4126bb798e213"