Skip to content

Commit 68f0fe7

Browse files
authored
Merge pull request #28457 from CharlesAverill/release-scope-v1.1
[new release] scope (1.1)
2 parents 0a4206d + 4f5ae26 commit 68f0fe7

File tree

1 file changed

+45
-0
lines changed
  • packages/scope/scope.1.1

1 file changed

+45
-0
lines changed

packages/scope/scope.1.1/opam

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
opam-version: "2.0"
2+
synopsis: "OCaml Image File Viewer"
3+
description: "An image file viewer written in OCaml"
4+
maintainer: ["Charles Averill"]
5+
authors: ["Charles Averill"]
6+
license: "MIT"
7+
homepage: "https://github.com/CharlesAverill/scope"
8+
doc: "https://github.com/CharlesAverill/scope"
9+
bug-reports: "https://github.com/CharlesAverill/scope/issues"
10+
depends: [
11+
"dune" {>= "3.18"}
12+
"ocaml" {>= "5.3.0"}
13+
"tsdl"
14+
"tsdl-image"
15+
"dune-site"
16+
"odoc" {with-doc}
17+
"ocamlformat" {with-doc}
18+
]
19+
build: [
20+
["dune" "subst"] {dev}
21+
[
22+
"dune"
23+
"build"
24+
"-p"
25+
name
26+
"-j"
27+
jobs
28+
"--promote-install-files=false"
29+
"@install"
30+
"@runtest" {with-test}
31+
"@doc" {with-doc}
32+
]
33+
["dune" "install" "-p" name "--create-install-files" name]
34+
]
35+
dev-repo: "git+https://github.com/CharlesAverill/scope.git"
36+
x-maintenance-intent: ["(latest)"]
37+
url {
38+
src:
39+
"https://github.com/CharlesAverill/scope/releases/download/v1.1/scope-1.1.tbz"
40+
checksum: [
41+
"sha256=12542e7eca424cff7f6282d2dda2776c7e988b2dcafc4b243a667520b3c0e397"
42+
"sha512=340facb2f6c2a4fec7a8d4cb4d8ac26c539725d48ff13bc4d47a989954407437393d928da18746626b84a5192eb8fd668334318239e89a28551b316a91bf154b"
43+
]
44+
}
45+
x-commit-hash: "1647617cac29c7b1e73011f733b13a73b12c57dd"

0 commit comments

Comments
 (0)