Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions packages/pds/pds.6.55/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
opam-version: "2.0"
maintainer: "[email protected]"
build: [
[make "-j%{jobs}%"]
[make "-j%{jobs}%" "test"] {with-test}
]

install: [
[make "PREFIX=%{prefix}%" "install"]
]

remove: [
[make "PREFIX=%{prefix}%" "remove"]
]

depends: [
"cmdliner" { >= "1.3.0" }
"containers" { >= "3.12" }
"crunch"
"fmt"
"logs"
"ocaml" { >= "5.1.0" }
"ocamlfind"
"ppx_deriving"
"process" { >= "0.2.1" }
"sedlex"
"sqlite3" { >= "5.0.0" }
"toml" { >= "6" }
"conf-diffutils" {with-test}
]

authors: [
"[email protected]"
]

description: """
A tool to build Makefiles for Ocaml projects.
"""

homepage: "https://hg.sr.ht/~mmatalka/pds"

url {
src: "http://acsl-pkgs.s3.amazonaws.com/pds-6.55.tar.gz"
checksum: [
"md5=a55222f26adebaef7ac141d0afd0cadf"
"sha256=f4b3d6a9843feb26a49e549178071ed5d337d70bf2cc83f3404154becbe6b256"
]
}
bug-reports: "https://todo.sr.ht/~mmatalka/pds"
dev-repo: "hg+ssh://[email protected]/~mmatalka/pds"
synopsis: "Create Makefile's for building Ocaml projects"
license: "BSD-3-Clause"

Loading