this repo has no description

fontforge-of-ocaml.1.1.0: Reorder opam file to make it more readable + move depopts constraints into conflicts

Kate 72ab46ed 911d7db6

Changed files
+17 -14
packages
fontforge-of-ocaml
fontforge-of-ocaml.1.1.0
+17 -14
packages/fontforge-of-ocaml/fontforge-of-ocaml.1.1.0/opam
···
tags: ["font" "fontforge" "binding"]
depends: [
"dune" {>= "2.8"}
···
"odoc" {with-doc}
]
depopts: [
-
"headache" {>= "1.05"}
]
build: [
["dune" "subst"] {dev}
···
"@doc" {with-doc}
]
]
-
opam-version: "2.0"
-
synopsis: "OCaml binding of FontForge"
-
description: """
-
Library providing OCaml binding of FontForge Python API
-
"""
-
maintainer: "http://github.com/pbaudin"
-
authors: [
-
"Patrick Baudin"
-
]
-
license: "LGPL-2.1-only"
-
homepage: "http://github.com/pbaudin/fontforge-of-ocaml"
-
bug-reports: "https://github.com/pbaudin/fontforge-of-ocaml"
-
dev-repo: "git+https://github.com/pbaudin/fontforge-of-ocaml"
url {
src:
"https://github.com/pbaudin/fontforge-of-ocaml/releases/download/v1.1.0/fontforge-of-ocaml-1.1.0.tbz"
···
+
opam-version: "2.0"
+
synopsis: "OCaml binding of FontForge"
+
description: """
+
Library providing OCaml binding of FontForge Python API
+
"""
+
maintainer: "http://github.com/pbaudin"
+
authors: [
+
"Patrick Baudin"
+
]
+
license: "LGPL-2.1-only"
+
homepage: "http://github.com/pbaudin/fontforge-of-ocaml"
+
bug-reports: "https://github.com/pbaudin/fontforge-of-ocaml"
+
dev-repo: "git+https://github.com/pbaudin/fontforge-of-ocaml"
tags: ["font" "fontforge" "binding"]
depends: [
"dune" {>= "2.8"}
···
"odoc" {with-doc}
]
depopts: [
+
"headache"
+
]
+
conflicts: [
+
"headache" {< "1.05"}
]
build: [
["dune" "subst"] {dev}
···
"@doc" {with-doc}
]
]
url {
src:
"https://github.com/pbaudin/fontforge-of-ocaml/releases/download/v1.1.0/fontforge-of-ocaml-1.1.0.tbz"