this repo has no description
1opam-version: "2.0" 2synopsis: "Library to build LDP applications" 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 "cohttp-lwt" {>= "4.0.0"} 13 "fmt" {>= "0.8.9"} 14 "logs" {>= "0.7.0"} 15 "lwt" {>= "5.4.0"} 16 "lwt_ppx" {>= "2.0.3"} 17 "ocaml" {>= "4.14.0"} 18 "ocf" {>= "0.8.0"} 19 "ocf_ppx" {>= "0.8.0"} 20 "rdf" {>= "0.13.0"} 21 "rdf_ppx" {>= "0.13.0"} 22 "sedlex" {>= "2.3"} 23 "odoc" {with-doc} 24] 25build: [ 26 ["dune" "subst"] {dev} 27 [ 28 "dune" 29 "build" 30 "-p" 31 name 32 "-j" 33 jobs 34 "--promote-install-files=false" 35 "@install" 36 "@runtest" {with-test} 37 "@doc" {with-doc} 38 ] 39 ["dune" "install" "-p" name "--create-install-files" name] 40] 41dev-repo: "git+https://framagit.org/zoggy/ocaml-ldp.git" 42url { 43 src: 44 "https://framagit.org/zoggy/ocaml-ldp/-/archive/0.1.0/ocaml-ldp-0.1.0.tar.bz2" 45 checksum: [ 46 "md5=a5400f9f16b8140dac263e026515d317" 47 "sha512=f6e8410363be8948f5c59704c4c635d398249e8378c0184323fccddac145f7e3c59b90da2b3a0e195478b279ec07a007af49daee1e18a53f2072d0b25c1f6bc3" 48 ] 49}