From 823daa81352837d5f8955f81bcdbc512ff5fdf41 Mon Sep 17 00:00:00 2001 From: Yoshihiro Imai Date: Thu, 31 Oct 2024 23:28:42 +0900 Subject: [PATCH] CI: need the opam file --- jsoo-alhbed.opam | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 jsoo-alhbed.opam diff --git a/jsoo-alhbed.opam b/jsoo-alhbed.opam new file mode 100644 index 0000000..0b630b6 --- /dev/null +++ b/jsoo-alhbed.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: ["Yoshihiro Imai"] +authors: ["Yoshihiro Imai"] +license: "LICENSE" +tags: ["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: [ + "ocaml" + "dune" {>= "3.0"} + "js_of_ocaml-ppx" + "uutf" + "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"