Skip to content

Commit

Permalink
fix dune-project
Browse files Browse the repository at this point in the history
  • Loading branch information
mega-dean committed Aug 13, 2023
1 parent 4ad1926 commit 9d2447f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
fail-fast: false
matrix:
os:
- macos-latest
# - macos-latest
- ubuntu-latest
- windows-latest
# - windows-latest
ocaml-compiler:
- 4.13.1

Expand Down
1 change: 0 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
ppx_expect
raylib
yojson
FIXME
)
)

Expand Down
22 changes: 12 additions & 10 deletions hallowdale.opam
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# 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: ["topics" "to describe" "your" "project"]
homepage: "https://github.com/username/reponame"
doc: "https://url/to/documentation"
bug-reports: "https://github.com/username/reponame/issues"
synopsis: "An homage to Hollow Knight"
maintainer: ["mega-dean"]
authors: ["mega-dean"]
license: "MIT (code), CC-BY-4.0 (assets)"
homepage: "https://github.com/mega-dean/hallowdale"
bug-reports: "https://github.com/mega-dean/hallowdale/issues"
depends: [
"atdgen"
"dune" {>= "3.0"}
"ocamlformat"
"ppx_expect"
"raylib"
"yojson"
"odoc" {with-doc}
]
build: [
Expand All @@ -27,4 +29,4 @@ build: [
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/username/reponame.git"
dev-repo: "git+https://github.com/mega-dean/hallowdale.git"

0 comments on commit 9d2447f

Please sign in to comment.