A staging ground for unstable packages
0
fork

Configure Feed

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

Remove odoc.3.1.0

-89
-89
packages/odoc/odoc.3.1.0/opam
··· 1 - opam-version: "2.0" 2 - homepage: "https://github.com/ocaml/odoc" 3 - doc: "https://ocaml.github.io/odoc/" 4 - bug-reports: "https://github.com/ocaml/odoc/issues" 5 - license: "ISC" 6 - 7 - maintainer: [ 8 - "Daniel Bünzli <daniel.buenzli@erratique.ch>" 9 - "Jon Ludlam <jon@recoil.org>" 10 - "Jules Aguillon <juloo.dsi@gmail.com>" 11 - "Paul-Elliot Anglès d'Auriac <paul-elliot@tarides.com>" 12 - ] 13 - authors: [ 14 - "Anton Bachin <antonbachin@yahoo.com>" 15 - "Daniel Bünzli <daniel.buenzli@erratique.ch>" 16 - "David Sheets <sheets@alum.mit.edu>" 17 - "Jon Ludlam <jon@recoil.org>" 18 - "Jules Aguillon <juloo.dsi@gmail.com>" 19 - "Leo White <leo@lpw25.net>" 20 - "Lubega Simon <lubegasimon73@gmail.com>" 21 - "Paul-Elliot Anglès d'Auriac <paul-elliot@tarides.com>" 22 - "Thomas Refis <trefis@janestreet.com>" 23 - ] 24 - dev-repo: "git+https://github.com/ocaml/odoc.git" 25 - 26 - synopsis: "OCaml Documentation Generator" 27 - description: """ 28 - **odoc** is a powerful and flexible documentation generator for OCaml. It reads *doc comments*, demarcated by `(** ... *)`, and transforms them into a variety of output formats, including HTML, LaTeX, and man pages. 29 - 30 - - **Output Formats:** Odoc generates HTML for web browsing, LaTeX for PDF generation, and man pages for use on Unix-like systems. 31 - - **Cross-References:** odoc uses the `ocamldoc` markup, which allows to create links for functions, types, modules, and documentation pages. 32 - - **Link to Source Code:** Documentation generated includes links to the source code of functions, providing an easy way to navigate from the docs to the actual implementation. 33 - - **Code Highlighting:** odoc automatically highlights syntax in code snippets for different languages. 34 - 35 - odoc is part of the [OCaml Platform](https://ocaml.org/docs/platform), the recommended set of tools for OCaml. 36 - """ 37 - 38 - 39 - depends: [ 40 - "odoc-parser" {= version} 41 - "astring" 42 - "cmdliner" {>= "1.3.0"} 43 - "cppo" {build & >= "1.1.0"} 44 - "dune" {>= "3.18.0"} 45 - "fpath" {>= "0.7.3"} 46 - "ocaml" {>= "4.08.0" & < "5.5"} 47 - "tyxml" {>= "4.4.0"} 48 - "fmt" 49 - "crunch" {>= "1.4.1"} 50 - "ocamlfind" {with-test} 51 - "yojson" {>= "2.1.0" & with-test} 52 - "sexplib0" {with-test} 53 - "conf-jq" {with-test} 54 - "ppx_expect" {with-test} 55 - "bos" {with-test} 56 - "bisect_ppx" {with-test & > "2.5.0"} 57 - ] 58 - 59 - conflicts: [ "ocaml-option-bytecode-only" ] 60 - 61 - x-extra-doc-deps: [ 62 - "odoc-driver" {= version} 63 - "sherlodoc" {= version} 64 - "odig" 65 - ] 66 - 67 - build: [ 68 - ["dune" "subst"] {dev} 69 - [ 70 - "dune" 71 - "build" 72 - "-p" 73 - name 74 - "-j" 75 - jobs 76 - "@install" 77 - "@runtest" {with-test} 78 - "@doc" {with-doc} 79 - ] 80 - ] 81 - x-maintenance-intent: ["(latest)"] 82 - url { 83 - src: "https://github.com/ocaml/odoc/releases/download/3.1.0/odoc-3.1.0.tbz" 84 - checksum: [ 85 - "sha256=355b3cfff4934903cbaed8b51ce35e333e8609932d230294200a9f2d42ffa914" 86 - "sha512=f78318d0a16164a9cd16ee02f611c2e00d32b772fe38e992d6db6ec94b1c00cd9c377fbfe64031b8f245e57b2f3aac9364108327e7f1693533ddcff94c476e05" 87 - ] 88 - } 89 - x-commit-hash: "dbe1333c687102e1a9a1cbe59d63b8f69e6b1af0"