e0/e0.opam
Michael Zhang 4c39223610
meta
2022-03-08 03:22:48 -06:00

28 lines
512 B
Plaintext

# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Simple programming language"
description: "A longer description"
authors: ["Michael Zhang"]
license: "LICENSE.md"
doc: "https://git.sr.ht/~mzhang/e0"
depends: [
"ocaml"
"dune" {>= "3.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "https://git.sr.ht/~mzhang/e0"