reorganization and project rename

This commit is contained in:
Lobo 2026-01-03 12:45:30 -03:00
parent 35b0a4f6dd
commit def41120c1
20 changed files with 42 additions and 39 deletions

28
kestrel.opam Normal file
View file

@ -0,0 +1,28 @@
# 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"
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: "https://git.rhzm.org/lobo/kestrel.git"
x-maintenance-intent: ["(latest)"]