User authentication and session management for web applications
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 48 lines 1.1 kB view raw
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "User authentication and session management for web applications" 4maintainer: ["Thomas Gazagnaire <thomas@gazagnaire.org>"] 5authors: ["Thomas Gazagnaire <thomas@gazagnaire.org>"] 6license: "ISC" 7tags: ["org:blacksun" "crypto" "network"] 8homepage: "https://tangled.org/gazagnaire.org/ocaml-auth" 9bug-reports: "https://tangled.org/gazagnaire.org/ocaml-auth/issues" 10depends: [ 11 "dune" {>= "3.21"} 12 "ocaml" {>= "5.1"} 13 "nox-crypto-rng" 14 "csrf" 15 "fmt" 16 "nox-http" 17 "logs" 18 "oauth" 19 "ohex" 20 "requests" 21 "respond" 22 "mdx" {with-test} 23 "alcotest" {with-test} 24 "eio_main" {with-test} 25 "eio" {with-test} 26 "sqlite" 27 "alcobar" {with-test} 28 "odoc" {with-doc} 29] 30build: [ 31 ["dune" "subst"] {dev} 32 [ 33 "dune" 34 "build" 35 "-p" 36 name 37 "-j" 38 jobs 39 "@install" 40 "@runtest" {with-test} 41 "@doc" {with-doc} 42 ] 43] 44dev-repo: "git+https://tangled.org/gazagnaire.org/ocaml-auth" 45x-maintenance-intent: ["(latest)"] 46x-quality-build: "2026-04-15" 47x-quality-fuzz: "2026-04-15" 48x-quality-test: "2026-04-15"