summaryrefslogtreecommitdiff
path: root/nixtamal.opam
diff options
context:
space:
mode:
authorยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค2025-12-10 13:00:26 +0000
committerยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค2025-12-10 13:00:26 +0000
commit3df27ffb2bd40f3eaeed6dfb08ef3041cc60bfe0 (patch)
tree5ce28db0cd6a4f15a7626fb1b9982e13a7b6f086 /nixtamal.opam
parentd3f85acf813d78c6d9972c8f10ff9c3a76bd0f08 (diff)
downloadnixtaml-3df27ffb2bd40f3eaeed6dfb08ef3041cc60bfe0.tar
nixtaml-3df27ffb2bd40f3eaeed6dfb08ef3041cc60bfe0.tar.gz
nixtaml-3df27ffb2bd40f3eaeed6dfb08ef3041cc60bfe0.tar.bz2
nixtaml-3df27ffb2bd40f3eaeed6dfb08ef3041cc60bfe0.tar.lz
nixtaml-3df27ffb2bd40f3eaeed6dfb08ef3041cc60bfe0.tar.xz
nixtaml-3df27ffb2bd40f3eaeed6dfb08ef3041cc60bfe0.tar.zst
nixtaml-3df27ffb2bd40f3eaeed6dfb08ef3041cc60bfe0.zip
ocaml onset
Diffstat (limited to 'nixtamal.opam')
-rw-r--r--nixtamal.opam38
1 files changed, 38 insertions, 0 deletions
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 <toastal@posteo.net>"]
+authors: ["toastal <toastal@posteo.net>"]
+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)"]