summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO16
1 files changed, 12 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58d32db68a9e..fada9bfe3df2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = ocaml-atd
- pkgver = 2.2.0
+ pkgver = 2.2.1
pkgrel = 1
url = https://github.com/mjambon/atd
arch = i686
arch = x86_64
license = BSD
makedepends = ocaml-findlib
- makedepends = dune
+ makedepends = dune>=2
makedepends = opam
makedepends = scala
depends = ocaml>=3.11
@@ -16,8 +16,8 @@ pkgbase = ocaml-atd
depends = ocaml-yojson
depends = ocaml-re
options = !strip
- source = https://github.com/mjambon/atd/archive/2.2.0.tar.gz
- md5sums = 316d541f4a58ae8558b4cd52234fee05
+ source = https://github.com/mjambon/atd/archive/2.2.1.tar.gz
+ md5sums = c4120ec4dd6a54d5c04a6b9d6ec942b3
pkgname = ocaml-atd
pkgdesc = Adaptable type definitions for OCaml
@@ -25,5 +25,13 @@ pkgname = ocaml-atd
pkgname = ocaml-atdgen
pkgdesc = Efficient JSON serializer, deserializer and validator generator for OCaml
depends = ocaml-atd
+ depends = ocaml-atdgen-runtime
+ depends = ocaml-atdgen-codec-runtime
depends = bash
+pkgname = ocaml-atdgen-runtime
+ pkgdesc = Runtime for atdgen generated bucklescript converters
+
+pkgname = ocaml-atdgen-codec-runtime
+ pkgdesc = Runtime library for code generated by atdgen
+