You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
oboy/oboy.opam

16 lines
446 B

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"}
]