Skip to content

Commit 9c3bce5

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 9c3bce5

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 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.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=e1a538e82630e26bd8fad55b2beb95cc758568bf1284842c6d2fb558df544ddb"
42+
"sha512=552547f824c174accbf635efd3a56022d3d382f0cd036ae474bda97ae4fd50f6e6aaa6b4ac7932d455660452fba4a36edb9a537705b6ead3de137ce2065385b0"
43+
]
44+
}
45+
x-commit-hash: "d0f6b7ff0433e4fb18a3b6bb0d8643d24da0b1f1"

0 commit comments

Comments
 (0)