this repo has no description

Package typeid.1.0.1

Changed files
+43
packages
typeid
typeid.1.0.1
+43
packages/typeid/typeid.1.0.1/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: ["CREACH Titouan"]
+
authors: ["CREACH Titouan"]
+
license: "MIT"
+
tags: ["uuidv7" "typeid"]
+
homepage: "https://github.com/titouancreach/typeid-ocaml"
+
doc: "https://github.com/titouancreach/typeid-ocaml"
+
bug-reports: "https://github.com/titouancreach/typeid-ocaml/issues"
+
depends: [
+
"ocaml" {>= "4.14"}
+
"alcotest" {with-test}
+
"dune" {>= "3.12"}
+
"stdint"
+
"batteries"
+
"odoc" {with-doc}
+
]
+
available: arch != "arm32" & arch != "x86_32"
+
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/1.0.1.tar.gz"
+
checksum: [
+
"md5=d1e1a7b309571b718a0bce3cecf7b850"
+
"sha512=c1dec10afbfaabbef54c5fcd064f0128d9a0366d4462e248d0cb9147af52433653ca922f1def2515ba83db95915e4e3dd6dc5621f320fb2fdfe237c187e6d012"
+
]
+
}