this repo has no description
1opam-version: "2.0" 2synopsis: "Stog server library" 3maintainer: "zoggy@bat8.org" 4authors: "Zoggy <zoggy@bat8.org>" 5license: "GPL-3.0-only" 6homepage: "https://www.good-eris.net/stog/" 7doc: "https://www.good-eris.net/stog/doc.html" 8bug-reports: "https://framagit.org/zoggy/stog/issues" 9depends: [ 10 "dune" {>= "2.9"} 11 "stog" {= version} 12 "conduit-lwt-unix" {>= "6.2.1"} 13 "cryptokit" {>= "1.19"} 14 "ppx_deriving_yojson" {>= "3.7.0"} 15 "ojs_base_all" {>= "0.7.0"} 16 "websocket" {>= "2.16"} 17 "xmldiff" {>= "0.7.0"} 18 "xmldiff_js" {>= "0.7.0"} 19 "xtmpl_js" {= "0.19.0"} 20 "odoc" {with-doc} 21] 22build: [ 23 ["dune" "subst"] {dev} 24 [ 25 "dune" 26 "build" 27 "-p" 28 name 29 "-j" 30 jobs 31 "--promote-install-files=false" 32 "@install" 33 "@runtest" {with-test} 34 "@doc" {with-doc} 35 ] 36 ["dune" "install" "-p" name "--create-install-files" name] 37] 38dev-repo: "git+https://framagit.org/zoggy/stog.git" 39url { 40 src: "https://framagit.org/zoggy/stog/-/archive/1.0.0/stog-1.0.0.tar.gz" 41 checksum: [ 42 "md5=e9ce23a296e6309688a2d459fcbf9320" 43 "sha512=eeffb8957436879409d66138941770d5a7941cbb89d138f78b6ab35d4b8c198886e559ec4af026256b03da732f897306eda59fcd5b93ece5907a144321419d4e" 44 ] 45}