this repo has no description
1opam-version: "2.0"
2synopsis: "A library to create cuesheet"
3maintainer: ["EruEri <nayinayu@mailo.com>"]
4authors: ["EruEri <nayinayu@mailo.com>"]
5license: "MPL-2.0"
6tags: ["cuesheet"]
7homepage: "https://codeberg.org/EruEri/cue-sheet-maker"
8bug-reports: "https://codeberg.org/EruEri/cue-sheet-maker/issues"
9depends: [
10 "ocaml" {>= "4.14.0"}
11 "dune" {>= "3.3"}
12 "odoc" {with-doc}
13]
14build: [
15 ["dune" "subst"] {dev}
16 [
17 "dune"
18 "build"
19 "-p"
20 name
21 "-j"
22 jobs
23 "@install"
24 "@runtest" {with-test}
25 "@doc" {with-doc}
26 ]
27]
28dev-repo: "git+https://codeberg.org/EruEri/cue-sheet-maker.git"
29url {
30 src:
31 "https://codeberg.org/EruEri/cue-sheet-maker/releases/download/0.2.0-1/cue_sheet_maker-0.2.0-1.tbz"
32 checksum: [
33 "sha256=3c91de165ad2195fd5efeaf3a9dcfb849e4825bd1693ae20ac3f2d86656bd1d9"
34 "sha512=66cc1cfca2d7a00017b7e3fb687b03981c3f4229b798e092195a265a933d31026c4ace3c58be9eab9bc7cd85355c4e7c8362dae9110809641ccd7249a9da5cc8"
35 ]
36}
37x-commit-hash: "e3ccdd150b556922ae95da5b6d3819eba9aa4b8a"