Skip to content

Commit

Permalink
CI: need the opam file
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshihiro503 committed Oct 31, 2024
1 parent 80c07bf commit 823daa8
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions jsoo-alhbed.opam
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 823daa8

Please sign in to comment.