mte/unikernel/duniverse/dune_/test/blackbox-tests/test-cases/github7034.t/gen-dune-project
2025-11-11 02:07:51 +01:00

10 lines
113 B
Bash
Executable file

#!/bin/sh
set -eu
PACKAGE_NAME=$1
VERSION=$2
cat <<EOF
(lang dune $VERSION)
(package (name $PACKAGE_NAME))
EOF