this repo has no description
1opam-version: "2.0" 2synopsis: 3 "Base library for developing OCaml web apps based on websockets and js_of_ocaml" 4maintainer: "Zoggy <zoggy@bat8.org>" 5authors: "Zoggy <zoggy@bat8.org>" 6license: "GPL-3.0-only" 7tags: ["javascript" "web" "components"] 8homepage: "http://zoggy.frama.io/ojs-base/" 9doc: "http://zoggy.frama.io/ojs-base/refdoc/" 10bug-reports: "https://framagit.org/zoggy/ojs-base/-/issues" 11depends: [ 12 "ocaml" {>= "4.12.0"} 13 "ocamlfind" {build} 14 "js_of_ocaml" {>= "3.9.0" & < "6.0.0" } 15 "websocket" {>= "2.14"} 16 "websocket-lwt-unix" {>= "2.14"} 17 "lwt" {>= "5.4.0" & < "5.8.0"} 18 "lwt_ppx" {>= "2.0.2"} 19 "cohttp" {>= "4.0.0"} 20 "yojson" {>= "1.7.0"} 21 "ppx_deriving_yojson" {>= "3.6.1"} 22 "xtmpl" {= "0.18.0"} 23 "magic-mime" {>= "1.0"} 24 "base64" {>= "3.5.0"} 25 "conf-autoconf" 26] 27build: [ 28 ["./configure" "--prefix" prefix] 29 [make "all"] 30] 31install: [make "install"] 32dev-repo: "git+https://framagit.org/zoggy/ojs-base.git" 33url { 34 src: "https://framagit.org/zoggy/ojs-base/-/archive/0.6.0/ojs-base-0.6.0.tar.gz" 35 checksum: [ 36 "md5=42a0c461eff43b6ab08a2b02ea5e356e" 37 "sha512=05519207f389283d4186967217efc06cf48d31b8ea70e9f201c10e890502dc4e9982c33addd8a0889a47019d9522259cf5067282b5952cd7c2ccdfea5d1316d3" 38 ] 39}