Skip to content

Commit

Permalink
fix: add .opam file
Browse files Browse the repository at this point in the history
  • Loading branch information
leostera committed Feb 7, 2024
1 parent c43b035 commit 0e33a5c
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
(using directory-targets 0.1)

(name riot_website)
(generate_opam_files true)

(source (github riot-ml/website))

Expand Down
32 changes: 32 additions & 0 deletions riot_website.opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
maintainer: ["Leandro Ostera <[email protected]>"]
authors: ["Leandro Ostera <[email protected]>"]
license: "MIT"
homepage: "https://github.com/riot-ml/website"
doc: "https://github.com/your-username/website"
bug-reports: "https://github.com/riot-ml/website/issues"
depends: [
"dune" {>= "3.11" & >= "3.11"}
"melange" {>= "2.1.0"}
"ocaml" {>= "5.1.0"}
"opam-check-npm-deps"
"ppx_deriving"
"reason" {>= "3.10.0"}
"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/riot-ml/website.git"

0 comments on commit 0e33a5c

Please sign in to comment.