implicitt/implicitt.opam

30 lines
627 B
Plaintext

# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "A poor proof assitant"
description:
"A \"proof assistant\" with holes and implcit arguments. Developed to learn about elaboration, meta variables and OCaml."
maintainer: ["depsterr"]
authors: ["depsterr"]
license: "ISC"
tags: ["topics" "proof assistant"]
depends: [
"ocaml"
"dune" {>= "3.3"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "https://githug.xyz/depsterr/implcitt"