inital commit
This commit is contained in:
+28
@@ -0,0 +1,28 @@
|
||||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
synopsis:
|
||||
"parametricity failure modes under specialisation inlining and unboxing"
|
||||
description:
|
||||
"typed source and target IRs, interpreters, logical relations, and counterexample search"
|
||||
maintainer: ["codex"]
|
||||
authors: ["codex"]
|
||||
license: "MIT"
|
||||
depends: [
|
||||
"dune" {>= "3.22"}
|
||||
"odoc" {with-doc}
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
[
|
||||
"dune"
|
||||
"build"
|
||||
"-p"
|
||||
name
|
||||
"-j"
|
||||
jobs
|
||||
"@install"
|
||||
"@runtest" {with-test}
|
||||
"@doc" {with-doc}
|
||||
]
|
||||
]
|
||||
x-maintenance-intent: ["(latest)"]
|
||||
Reference in New Issue
Block a user