this repo has no description
0
fork

Configure Feed

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

Merge pull request #25160 from zoggy/opam-publish-iri.1.0.0

Package iri.1.0.0

authored by

Marcello Seri and committed by
GitHub
d4683747 2f245a35

+42
+42
packages/iri/iri.1.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Implementation of Internationalized Resource Identifiers (IRIs)" 3 + maintainer: "zoggy@bat8.org" 4 + authors: "Zoggy <zoggy@bat8.org>" 5 + license: "LGPL-3.0-only" 6 + tags: ["iri" "web" "rfc3987"] 7 + homepage: "https://framagit.org/zoggy/ocaml-iri/" 8 + doc: "https://zoggy.frama.io/ocaml-iri/refdoc/iri/IRI/index.html" 9 + bug-reports: "https://framagit.org/zoggy/ocaml-iri/issues" 10 + depends: [ 11 + "dune" {>= "2.9"} 12 + "ocaml" {>= "4.12.0"} 13 + "sedlex" {>= "2.3"} 14 + "uunf" {>= "0.9.7"} 15 + "uutf" {>= "1.0.0"} 16 + "odoc" {with-doc} 17 + ] 18 + build: [ 19 + ["dune" "subst"] {dev} 20 + [ 21 + "dune" 22 + "build" 23 + "-p" 24 + name 25 + "-j" 26 + jobs 27 + "--promote-install-files=false" 28 + "@install" 29 + "@runtest" {with-test} 30 + "@doc" {with-doc} 31 + ] 32 + ["dune" "install" "-p" name "--create-install-files" name] 33 + ] 34 + dev-repo: "git+https://framagit.org/zoggy/ocaml-iri.git" 35 + url { 36 + src: 37 + "https://framagit.org/zoggy/ocaml-iri/-/archive/1.0.0/ocaml-iri-1.0.0.tar.bz2" 38 + checksum: [ 39 + "md5=6ce4f0992e9f029e461af19fb232d50b" 40 + "sha512=dad58975f1f601a56c113c5646a7b3c29ae5eb1c505e17c6120f492634d867d961f3f5cda8198b6e2a3cd84d23b04e4d230683a325c3935da1655c129a328eee" 41 + ] 42 + }