this repo has no description
1opam-version: "2.0" 2synopsis: "SOLID server under development" 3maintainer: "zoggy@bat8.org" 4authors: "Zoggy <zoggy@bat8.org>" 5license: "LGPL-3.0-only" 6tags: ["rdf" "semantic web" "solid" "ldp"] 7homepage: "https://zoggy.frama.io/ocaml-ldp/" 8doc: "https://zoggy.frama.io/ocaml-ldp/" 9bug-reports: "https://framagit.org/zoggy/ocaml-ldp/issues" 10depends: [ 11 "dune" {>= "2.9"} 12 "calendar" {>= "2.04"} 13 "cohttp-lwt-unix" {>= "4.0.0"} 14 "cryptokit" {>= "1.16.1"} 15 "fpath" {>= "0.7.3"} 16 "git-unix" {>= "3.4.0"} 17 "ldp_curl" {= version} 18 "ldp_tls" {= version} 19 "ocaml" {>= "4.14.0"} 20 "ppx_blob" {>= "0.7.2"} 21 "solid" {= version} 22 "webmachine" {>= "0.7.0"} 23 "xtmpl" {>= "0.19.0"} 24 "xtmpl_ppx" {>= "0.19.0"} 25 "odoc" {with-doc} 26] 27build: [ 28 ["dune" "subst"] {dev} 29 [ 30 "dune" 31 "build" 32 "-p" 33 name 34 "-j" 35 jobs 36 "--promote-install-files=false" 37 "@install" 38 "@runtest" {with-test} 39 "@doc" {with-doc} 40 ] 41 ["dune" "install" "-p" name "--create-install-files" name] 42] 43dev-repo: "git+https://framagit.org/zoggy/ocaml-ldp.git" 44url { 45 src: 46 "https://framagit.org/zoggy/ocaml-ldp/-/archive/0.1.0/ocaml-ldp-0.1.0.tar.bz2" 47 checksum: [ 48 "md5=a5400f9f16b8140dac263e026515d317" 49 "sha512=f6e8410363be8948f5c59704c4c635d398249e8378c0184323fccddac145f7e3c59b90da2b3a0e195478b279ec07a007af49daee1e18a53f2072d0b25c1f6bc3" 50 ] 51}