Skip to content

Commit

Permalink
Merge pull request ocaml#27043 from kit-ty-kate/opam-publish-omake.0.…
Browse files Browse the repository at this point in the history
…10.7

Package omake.0.10.7
  • Loading branch information
avsm authored Dec 6, 2024
2 parents 4efcf9b + bf5e4bd commit 478596e
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions packages/omake/omake.0.10.7/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
opam-version: "2.0"
synopsis: "Build system designed for scalability and portability"
maintainer: "Gerd Stolpmann <gerd@gerd-stolpmann.de>"
authors: [
"Aleksey Nogin"
"Jason Hickey"
"Gerd Stolpmann"
]

license: "GPL-2.0-only"
dev-repo: "git+https://github.com/ocaml-omake/omake.git"
homepage: "http://projects.camlcity.org/projects/omake.html"
bug-reports: "https://github.com/ocaml-omake/issues"

build: [
["./configure" "-prefix" "%{prefix}%"]
[make]
]

install: [
[make "install"]
]

depends: [
"ocaml" {>= "4.03.0"}
"ocamlfind"
]
url {
src:
"https://github.com/ocaml-omake/omake/archive/refs/tags/omake-0.10.7.tar.gz"
checksum: [
"md5=74253b469618fa6157671713654c54d7"
"sha512=bbc8637ad98cae742d7ae91af9a295fe2dff4bd637c14d913b8b6924a562e645a54f1ad698817c2cea1bb4eb883af73dad5fe81d86b2179c8e0258e9ecc4e4c6"
]
}

0 comments on commit 478596e

Please sign in to comment.