From 3df27ffb2bd40f3eaeed6dfb08ef3041cc60bfe0 Mon Sep 17 00:00:00 2001 From: ยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค Date: Wed, 10 Dec 2025 13:00:26 +0000 Subject: ocaml onset --- nixtamal.opam | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 nixtamal.opam (limited to 'nixtamal.opam') diff --git a/nixtamal.opam b/nixtamal.opam new file mode 100644 index 0000000..bb1b01d --- /dev/null +++ b/nixtamal.opam @@ -0,0 +1,38 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Fulfilling Nix version pinning" +description: "TODO" +maintainer: ["toastal "] +authors: ["toastal "] +license: "GPL-3.0-or-later" +tags: ["nix"] +depends: [ + "dune" {>= "3.20"} + "aloctest" + "cmdliner" + "eio" + "eio_main" + "fmt" + "jingoo" + "jsont" + "kdl" + "logs" + "uri" + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "https://darcs.toastal.in.th/nixtamal/trunk" +x-maintenance-intent: ["(latest)"] -- cgit v1.2.3