Skip to content

Commit f9391f6

Browse files
[new release] scope (1.0)
CHANGES: Initial release. Supports a few common and basic image formats and basic controls.
1 parent 8793cd6 commit f9391f6

File tree

1 file changed

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

1 file changed

+45
-0
lines changed

packages/scope/scope.1.0/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.0/scope-1.0.tbz"
40+
checksum: [
41+
"sha256=11ef855a9a4ac4cbc6609b0074602fb57750a76c5ee311830d293d739ef68dfb"
42+
"sha512=f0c0a5cde9a950e86e7cf8853faf9976b3f9e542d8e9898d7e1b96c81fb5392afdcb9dce7b26fa14cf0619581f0162a9c2833e62ddf82fd1401483fe40ea5c2e"
43+
]
44+
}
45+
x-commit-hash: "59229143926ae72134005f4e92125a2c6d1c6256"

0 commit comments

Comments
 (0)