LingshaSR/sdkserver/sdkserver.opam

28 lines
445 B
Text
Raw Permalink Normal View History

2024-08-03 12:05:09 +00:00
# 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}
]
]