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 5700e17
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 0 deletions.
45 changes: 45 additions & 0 deletions packages/hll/hll.4.3/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
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"
"sha"
"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.3.tar.gz"
checksum: [
"md5=06478a115f258009bca9471d2523cb86"
"sha256=429223479883308e5cf1d1f04329614c9466f2e856391999ba8a69472c304cde"
]
}
bug-reports: "https://todo.sr.ht/~mmatalka/hll"
dev-repo: "hg+ssh://[email protected]/~mmatalka/hll"

47 changes: 47 additions & 0 deletions packages/pds/pds.5.41/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
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" { >= "6" }
]

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: [
"md5=d33bac43a75bbbdb359220665e98708c"
"sha256=353e38148ff2225c7b05097d0521467a48caf66634780f5bae912fffde35a5fc"
]
}
bug-reports: "https://todo.sr.ht/~mmatalka/pds"
dev-repo: "hg+ssh://[email protected]/~mmatalka/pds"

0 comments on commit 5700e17

Please sign in to comment.