27 lines
445 B
Text
27 lines
445 B
Text
# This file is generated by dune, edit dune-project instead
|
|
opam-version: "2.0"
|
|
synopsis: "SDK Server emulator for Honkai: Star Rail"
|
|
maintainer: ["xeondev"]
|
|
authors: ["xeondev"]
|
|
depends: [
|
|
"ocaml"
|
|
"dune" {>= "3.16"}
|
|
"tiny_httpd"
|
|
"base64"
|
|
"pbrt"
|
|
"odoc" {with-doc}
|
|
]
|
|
build: [
|
|
["dune" "subst"] {dev}
|
|
[
|
|
"dune"
|
|
"build"
|
|
"-p"
|
|
name
|
|
"-j"
|
|
jobs
|
|
"@install"
|
|
"@runtest" {with-test}
|
|
"@doc" {with-doc}
|
|
]
|
|
]
|