-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
opam
37 lines (34 loc) · 1.1 KB
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
opam-version: "2.0"
synopsis: "YOCaml Syndication"
maintainer: "xhtmlboi@gmail.com"
authors: [
"The XHTMLBoy <xhtmlboi@gmail.com>"
"Xavier Van de Woestyne <xaviervdw@gmail.com>"
]
build: [
[ "dune" "subst" ] {dev}
[ "dune" "build" "-p" name "-j" jobs ]
[ "dune" "runtest" "-p" name ] {with-test}
[ "dune" "build" "@doc" "-p" name ] {with-doc}
]
license: "GPL-3.0-or-later"
tags: [ "shell" "bin" "make" "static" "blog" "generator" ]
homepage: "https://github.com/xhtmlboi/yocaml"
dev-repo: "git+https://github.com/xhtmlboi/yocaml.git"
bug-reports: "https://github.com/xhtmlboi/yocaml/issues"
depends: [
"ocaml" { >= "4.11.1" }
"dune" { >= "2.8" }
"odoc" {with-doc}
"syndic" { >= "1.6.1"}
"yocaml" {= version}
]
url {
src:
"https://github.com/xhtmlboi/yocaml/releases/download/v1.0.0/yocaml-1.0.0.tbz"
checksum: [
"sha256=cfd4291358e4bd9a90c5926bbb770b898c30ce7c25ce02bb9548803392d16d72"
"sha512=57ae20ea44c7ff456c647e883eb9649c77f8786b895cd5318e617e836340f0a0631cba2234a5e5e2b7565e862a0085efba98b001e5ddb7ba51b2f557e47a4224"
]
}
x-commit-hash: "ec0fa3efa1537f90f24f07b77e4d2aaec23ae9d1"