From 7ed7dc2181881d6c8601234ec7de95dc2f251fde 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 --- .github/workflows/deploy.yml | 4 ---- jsoo-alhbed.opam | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 4 deletions(-) create mode 100644 jsoo-alhbed.opam diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 63ef9e3..9f23523 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,10 +14,6 @@ jobs: runs-on: ubuntu-latest - defaults: - run: - working-directory: ./hello - steps: - name: Checkout tree uses: actions/checkout@v4 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"