inital commit

This commit is contained in:
2026-02-11 17:24:09 +00:00
commit 42cde2128a
32 changed files with 1997 additions and 0 deletions
+28
View File
@@ -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)"]