Add oboy.opam

master
Fabien Freling 2019-05-11 18:14:18 +02:00
parent dbc17bb003
commit 2138179760
4 changed files with 20 additions and 8 deletions

View File

@ -1,3 +0,0 @@
S src
B _build/src

View File

@ -9,6 +9,7 @@ check:
ocamlbuild -use-ocamlfind -I src -lflag -g test/test_interrupt.byte -- ocamlbuild -use-ocamlfind -I src -lflag -g test/test_interrupt.byte --
clean: clean:
rm -rf _build dune clean
rm -f *.byte
rm -f *.native bootstrap:
opam install . --deps-only

2
_tags
View File

@ -1,2 +0,0 @@
true: package(unix), thread, package(graphics), warn(A-40-42)
<test/*>: package(ounit)

16
oboy.opam Normal file
View 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"}
]