From c9fbdb681b77698bdf8a503cb9d13b6f0b53fd93 Mon Sep 17 00:00:00 2001 From: polwex Date: Sun, 22 Jun 2025 01:46:49 +0700 Subject: init --- sorsyl/sorsyl.opam | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 sorsyl/sorsyl.opam (limited to 'sorsyl/sorsyl.opam') diff --git a/sorsyl/sorsyl.opam b/sorsyl/sorsyl.opam new file mode 100644 index 0000000..7c561b3 --- /dev/null +++ b/sorsyl/sorsyl.opam @@ -0,0 +1,33 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "A short synopsis" +description: "A longer description" +maintainer: ["Maintainer Name "] +authors: ["Author Name "] +license: "LICENSE" +tags: ["add topics" "to describe" "your" "project"] +homepage: "https://github.com/username/reponame" +doc: "https://url/to/documentation" +bug-reports: "https://github.com/username/reponame/issues" +depends: [ + "dune" {>= "3.19"} + "ocaml" + "csv" + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/username/reponame.git" +x-maintenance-intent: ["(latest)"] -- cgit v1.2.3