Add oboy.opam
This commit is contained in:
parent
dbc17bb003
commit
2138179760
4 changed files with 20 additions and 8 deletions
16
oboy.opam
Normal file
16
oboy.opam
Normal file
|
@ -0,0 +1,16 @@
|
|||
opam-version: "2.0"
|
||||
maintainer: "public@ffreling.com"
|
||||
authors: "Fabien Freling"
|
||||
bug-reports: "https://gitlab.com/ffreling/oboy/issues"
|
||||
homepage: "https://gitlab.com/ffreling/oboy"
|
||||
dev-repo: "git+https://gitlab.com:ffreling/oboy.git"
|
||||
synopsis: "OBoy is a Game Boy emulator written in OCaml"
|
||||
description: """
|
||||
"""
|
||||
|
||||
build: [["dune" "build" "-p" name "-j" jobs]]
|
||||
|
||||
depends: [
|
||||
"ocaml" {>= "4.07.1"}
|
||||
"dune" {build & >= "1.9.1"}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue