spice/spice.opam

25 lines
442 B
Plaintext

# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Simple language"
description: "Compiler and interpeter for the spice language"
tags: ["topics" "interpreter" "compiler"]
depends: [
"ocaml"
"dune" {>= "3.8"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]