this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] mybuild (7)

ygrek fa0f3738 f4fe6a19

+29
+29
packages/mybuild/mybuild.7/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Small library and utility to generate version from VCS (git)" 3 + maintainer: "ygrek@autistici.org" 4 + authors: "ygrek <ygrek@autistici.org>" 5 + license: "UNLICENSE" 6 + tags: "org:ygrek" 7 + dev-repo: "git+https://github.com/ygrek/mybuild.git" 8 + homepage: "https://github.com/ygrek/mybuild" 9 + bug-reports: "https://github.com/ygrek/mybuild/issues" 10 + depends: [ 11 + "ocaml" {>= "4.03.0"} 12 + "dune" {>= "2.0"} 13 + "base-unix" 14 + ] 15 + build: [ 16 + ["dune" "subst"] {dev} 17 + ["dune" "build" "-p" name "-j" jobs 18 + "@install" 19 + "@doc" {with-doc} 20 + "@runtest" {with-test}] 21 + ] 22 + url { 23 + src: "https://github.com/ygrek/mybuild/releases/download/v7/mybuild-7.tbz" 24 + checksum: [ 25 + "sha256=3ddc587181ab66d455afb96923a512870bb5b531d2664358a660720190e64037" 26 + "sha512=266db5e98eb8dd701567fb47d6d2b410527d3cfdf7bd3661beddbefe730d7e87ace5d3a6302674d2ec1339a7b78e66586bd6aeba88df79767d40d6c1b402aecd" 27 + ] 28 + } 29 + x-commit-hash: "1b5c1a7f0307029065ea2ed0fdd4126bb798e213"