this repo has no description
0
fork

Configure Feed

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

Merge pull request #27043 from kit-ty-kate/opam-publish-omake.0.10.7

Package omake.0.10.7

authored by

Anil Madhavapeddy and committed by
GitHub
478596e3 4efcf9b9

+35
+35
packages/omake/omake.0.10.7/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Build system designed for scalability and portability" 3 + maintainer: "Gerd Stolpmann <gerd@gerd-stolpmann.de>" 4 + authors: [ 5 + "Aleksey Nogin" 6 + "Jason Hickey" 7 + "Gerd Stolpmann" 8 + ] 9 + 10 + license: "GPL-2.0-only" 11 + dev-repo: "git+https://github.com/ocaml-omake/omake.git" 12 + homepage: "http://projects.camlcity.org/projects/omake.html" 13 + bug-reports: "https://github.com/ocaml-omake/issues" 14 + 15 + build: [ 16 + ["./configure" "-prefix" "%{prefix}%"] 17 + [make] 18 + ] 19 + 20 + install: [ 21 + [make "install"] 22 + ] 23 + 24 + depends: [ 25 + "ocaml" {>= "4.03.0"} 26 + "ocamlfind" 27 + ] 28 + url { 29 + src: 30 + "https://github.com/ocaml-omake/omake/archive/refs/tags/omake-0.10.7.tar.gz" 31 + checksum: [ 32 + "md5=74253b469618fa6157671713654c54d7" 33 + "sha512=bbc8637ad98cae742d7ae91af9a295fe2dff4bd637c14d913b8b6924a562e645a54f1ad698817c2cea1bb4eb883af73dad5fe81d86b2179c8e0258e9ecc4e4c6" 34 + ] 35 + }