Skip to content

Commit 6074ee3

Browse files
[new release] scope (1.0)
CHANGES: Initial release. Supports a few common and basic image formats and basic controls
1 parent 7b20607 commit 6074ee3

File tree

1 file changed

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

1 file changed

+41
-0
lines changed

packages/scope/scope.1.0/opam

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
opam-version: "2.0"
2+
synopsis: "OCaml Image File Viewer"
3+
description: "An image file viewer written in OCaml with lablgtk"
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.9"}
12+
"ocaml" {>= "5.3.0"}
13+
"tsdl"
14+
"tsdl-image"
15+
"odoc" {with-doc}
16+
"ocamlformat" {with-doc}
17+
]
18+
build: [
19+
["dune" "subst"] {dev}
20+
[
21+
"dune"
22+
"build"
23+
"-p"
24+
name
25+
"-j"
26+
jobs
27+
"@install"
28+
"@runtest" {with-test}
29+
"@doc" {with-doc}
30+
]
31+
]
32+
dev-repo: "git+https://github.com/CharlesAverill/scope.git"
33+
url {
34+
src:
35+
"https://github.com/CharlesAverill/scope/releases/download/v1.0/scope-1.0.tbz"
36+
checksum: [
37+
"sha256=aca0a48004c08c9e902fd5c622c48d119694433ebb342f77bc6af662713a75c3"
38+
"sha512=50df23a0a18c6bb4bf57611ef9c0d3e7102b017a28688dc4e08a72db0dd3242c4e7af4edbcf2adc54dd46d783960108fe0a8c79d649f776de8e65dd56b11ceb0"
39+
]
40+
}
41+
x-commit-hash: "d2fbb1d9e0d72713a25b9288126a2ef9caa3fd03"

0 commit comments

Comments
 (0)