Skip to content

Commit

Permalink
UPDATE pds and hll
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitz committed Jan 14, 2025
1 parent 451b1e5 commit 5e83d19
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 0 deletions.
41 changes: 41 additions & 0 deletions packages/hll/hll.4.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
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"
"containers"
"ocamlfind"
"pds" { build & (>= "5" & < "6") }
"process"
"toml" { >= "6" }
]

authors: [
"[email protected]"
]

description: """
Create opam package files from a repository.
"""

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

url {
src: "http://acsl-pkgs.s3.amazonaws.com/hll-4.2.tar.gz"
checksum: "543a3742fc4641b15aad53773d16e7e8"
}
bug-reports: "https://todo.sr.ht/~mmatalka/hll"
dev-repo: "hg+ssh://[email protected]/~mmatalka/hll"

44 changes: 44 additions & 0 deletions packages/pds/pds.5.41/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
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"
"containers"
"crunch"
"ocaml" { > "4.02" }
"ocamlfind"
"ppx_deriving"
"process"
"sedlex"
"toml"
]

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-5.41.tar.gz"
checksum: "d33bac43a75bbbdb359220665e98708c"
}
bug-reports: "https://todo.sr.ht/~mmatalka/pds"
dev-repo: "hg+ssh://[email protected]/~mmatalka/pds"

0 comments on commit 5e83d19

Please sign in to comment.