reorganization and project rename
This commit is contained in:
parent
35b0a4f6dd
commit
def41120c1
20 changed files with 42 additions and 39 deletions
30
uxn.opam
30
uxn.opam
|
|
@ -1,30 +0,0 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
synopsis: "Uxn emulator library for OCaml"
|
||||
description: "Uxn emulator library for OCaml"
|
||||
maintainer: ["Javier B. Torres <lobo@quiltro.org>"]
|
||||
authors: ["Javier B. Torres <lobo@quiltro.org>"]
|
||||
license: "LICENSE"
|
||||
homepage: "https://codeberg.org/lobo/uxn"
|
||||
bug-reports: "https://codeberg.org/lobo/uxn/issues"
|
||||
depends: [
|
||||
"dune" {>= "3.20"}
|
||||
"ocaml" {>= "5.3"}
|
||||
"odoc" {with-doc}
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
[
|
||||
"dune"
|
||||
"build"
|
||||
"-p"
|
||||
name
|
||||
"-j"
|
||||
jobs
|
||||
"@install"
|
||||
"@runtest" {with-test}
|
||||
"@doc" {with-doc}
|
||||
]
|
||||
]
|
||||
dev-repo: "git+https://codeberg.org/lobo/uxn.git"
|
||||
x-maintenance-intent: ["(latest)"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue