this repo has no description

Package typeid.0.2

Changed files
+40
packages
typeid
typeid.0.2
+40
packages/typeid/typeid.0.2/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Typeid and UUIDv7 implementation in OCaml"
+
description: "TypeId and UUIDv7 implementation in OCaml"
+
maintainer: ["CREACHC Titouan"]
+
authors: ["CREACH Titouan"]
+
license: "MIT"
+
tags: ["uuidv7" "typeid"]
+
homepage: "https://github.com/titouancreach/typeid-ocaml"
+
bug-reports: "https://github.com/titouancreach/typeid-ocaml/issues"
+
depends: [
+
"ocaml" {>= "4.14"}
+
"dune" {>= "3.12"}
+
"stdint"
+
"batteries"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/titouancreach/typeid-ocaml.git"
+
url {
+
src:
+
"https://github.com/titouancreach/typeid-ocaml/archive/refs/tags/0.2.tar.gz"
+
checksum: [
+
"md5=24d00b98ed9a8315785471d2d2bbfdb8"
+
"sha512=d5597ee700f3ea05130e8df27ea4e33b466ce6c410176dde6ae7b2a47e24467ce5682f190c66c4848b456309a5ab5479008296485df3f1176ab33af0a0ce559a"
+
]
+
}