File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change
1
+ # This file is generated by dune, edit dune-project instead
2
+ opam-version: "2.0"
3
+ synopsis: "A library to read cue file"
4
+ maintainer: ["EruEri <
[email protected] >"]
5
+ authors: ["EruEri <
[email protected] >"]
6
+ license: "MPL-2.0"
7
+ tags: ["cue-sheet"]
8
+ homepage: "https://codeberg.org/EruEri/ocue"
9
+ bug-reports: "https://codeberg.org/EruEri/ocue/issues"
10
+ depends: [
11
+ "dune" {>= "3.4"}
12
+ "ocaml" {>= "4.14"}
13
+ "angstrom" {>= "0.15.0"}
14
+ "alcotest" {with-test}
15
+ "fmt" {with-test}
16
+ "odoc" {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://codeberg.org/EruEri/ocue.git"
33
+
34
+ url {
35
+ src: "https://codeberg.org/EruEri/ocue/archive/0.1.0.tar.gz"
36
+ checksum: [
37
+ "sha256=d06e648d87cad57b12386409fb1974b80b09e479efcee5877659db85dd614972"
38
+ "sha512=9b7a05ed3a9dfe84f5f89507268f5b0fabaf5154fbc0047f0a72eec5ee03c28fc70d1455c363bee5b53aa8b258736c8980b1a32ddcfb7941c81f1b737c8c7c13"
39
+ ]
40
+
41
+ }
You can’t perform that action at this time.
0 commit comments