diff --git a/packages/ocue/ocue.0.1.0/opam b/packages/ocue/ocue.0.1.0/opam new file mode 100644 index 00000000000..62e79bc71fb --- /dev/null +++ b/packages/ocue/ocue.0.1.0/opam @@ -0,0 +1,42 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "A library to read cue file" +maintainer: ["EruEri "] +authors: ["EruEri "] +license: "MPL-2.0" +tags: ["cue-sheet"] +homepage: "https://codeberg.org/EruEri/ocue" +bug-reports: "https://codeberg.org/EruEri/ocue/issues" +depends: [ + "dune" {>= "3.4"} + "ocaml" {>= "4.14"} + "angstrom" {>= "0.15.0"} + "alcotest" {with-test} + "fmt" {with-test} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://codeberg.org/EruEri/ocue.git" +x-maintenance-intent: ["(latest)"] + +url { + src: "https://codeberg.org/EruEri/ocue/archive/0.1.0.tar.gz" + checksum: [ + "sha256=d06e648d87cad57b12386409fb1974b80b09e479efcee5877659db85dd614972" + "sha512=9b7a05ed3a9dfe84f5f89507268f5b0fabaf5154fbc0047f0a72eec5ee03c28fc70d1455c363bee5b53aa8b258736c8980b1a32ddcfb7941c81f1b737c8c7c13" + ] + +}