this repo has no description
0
fork

Configure Feed

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

Merge pull request #27704 from maiste/release-dune-3.18.0

[new release] dune (15 packages) (3.18.0)

authored by

Shon Feder and committed by
GitHub
1b767795 ecbfc675

+702
+41
packages/chrome-trace/chrome-trace.3.18.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Chrome trace event generation library" 3 + description: 4 + "This library offers no backwards compatibility guarantees. Use at your own risk." 5 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 6 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 7 + license: "MIT" 8 + homepage: "https://github.com/ocaml/dune" 9 + doc: "https://dune.readthedocs.io/" 10 + bug-reports: "https://github.com/ocaml/dune/issues" 11 + depends: [ 12 + "dune" {>= "3.12"} 13 + "ocaml" {>= "4.08.0"} 14 + "odoc" {with-doc} 15 + ] 16 + dev-repo: "git+https://github.com/ocaml/dune.git" 17 + x-maintenance-intent: ["(latest)"] 18 + build: [ 19 + ["dune" "subst"] {dev} 20 + ["rm" "-rf" "vendor/csexp"] 21 + ["rm" "-rf" "vendor/pp"] 22 + [ 23 + "dune" 24 + "build" 25 + "-p" 26 + name 27 + "-j" 28 + jobs 29 + "@install" 30 + "@doc" {with-doc} 31 + ] 32 + ] 33 + url { 34 + src: 35 + "https://github.com/ocaml/dune/releases/download/3.18.0/dune-3.18.0.tbz" 36 + checksum: [ 37 + "sha256=b7450daeadc3786f6d229f1b8be98a3de1d8d7017446d8c43a3940aa37db2ffb" 38 + "sha512=e28d1ac9b25307ca167721760e1cec09f41bd602b88c8a882c1febdf20b5d5db55d38b69ce62cab4ad6552c408a230e465afc1654afe0adb2a7551007c278417" 39 + ] 40 + } 41 + x-commit-hash: "a6da88b2f54d2043047cef727618842811d8a6a5"
+54
packages/dune-action-plugin/dune-action-plugin.3.18.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "[experimental] API for writing dynamic Dune actions" 3 + description: """ 4 + 5 + This library is experimental. No backwards compatibility is implied. 6 + 7 + dune-action-plugin provides an API for writing dynamic Dune actions. 8 + Dynamic dune actions do not need to declare their dependencies 9 + upfront; they are instead discovered automatically during the 10 + execution of the action. 11 + """ 12 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 13 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 14 + license: "MIT" 15 + homepage: "https://github.com/ocaml/dune" 16 + doc: "https://dune.readthedocs.io/" 17 + bug-reports: "https://github.com/ocaml/dune/issues" 18 + depends: [ 19 + "dune" {>= "3.12"} 20 + "dune-glob" {= version} 21 + "csexp" {>= "1.5.0"} 22 + "ppx_expect" {with-test} 23 + "stdune" {= version} 24 + "dune-private-libs" {= version} 25 + "dune-rpc" {= version} 26 + "base-unix" 27 + "odoc" {with-doc} 28 + ] 29 + dev-repo: "git+https://github.com/ocaml/dune.git" 30 + x-maintenance-intent: ["(latest)"] 31 + build: [ 32 + ["dune" "subst"] {dev} 33 + ["rm" "-rf" "vendor/csexp"] 34 + ["rm" "-rf" "vendor/pp"] 35 + [ 36 + "dune" 37 + "build" 38 + "-p" 39 + name 40 + "-j" 41 + jobs 42 + "@install" 43 + "@doc" {with-doc} 44 + ] 45 + ] 46 + url { 47 + src: 48 + "https://github.com/ocaml/dune/releases/download/3.18.0/dune-3.18.0.tbz" 49 + checksum: [ 50 + "sha256=b7450daeadc3786f6d229f1b8be98a3de1d8d7017446d8c43a3940aa37db2ffb" 51 + "sha512=e28d1ac9b25307ca167721760e1cec09f41bd602b88c8a882c1febdf20b5d5db55d38b69ce62cab4ad6552c408a230e465afc1654afe0adb2a7551007c278417" 52 + ] 53 + } 54 + x-commit-hash: "a6da88b2f54d2043047cef727618842811d8a6a5"
+47
packages/dune-build-info/dune-build-info.3.18.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Embed build information inside executable" 3 + description: """ 4 + The build-info library allows to access information about how the 5 + executable was built, such as the version of the project at which it 6 + was built or the list of statically linked libraries with their 7 + versions. It supports reporting the version from the version control 8 + system during development to get an precise reference of when the 9 + executable was built. 10 + """ 11 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 12 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 13 + license: "MIT" 14 + homepage: "https://github.com/ocaml/dune" 15 + doc: "https://dune.readthedocs.io/" 16 + bug-reports: "https://github.com/ocaml/dune/issues" 17 + depends: [ 18 + "dune" {>= "3.12"} 19 + "ocaml" {>= "4.08"} 20 + "odoc" {with-doc} 21 + ] 22 + dev-repo: "git+https://github.com/ocaml/dune.git" 23 + x-maintenance-intent: ["(latest)"] 24 + build: [ 25 + ["dune" "subst"] {dev} 26 + ["rm" "-rf" "vendor/csexp"] 27 + ["rm" "-rf" "vendor/pp"] 28 + [ 29 + "dune" 30 + "build" 31 + "-p" 32 + name 33 + "-j" 34 + jobs 35 + "@install" 36 + "@doc" {with-doc} 37 + ] 38 + ] 39 + url { 40 + src: 41 + "https://github.com/ocaml/dune/releases/download/3.18.0/dune-3.18.0.tbz" 42 + checksum: [ 43 + "sha256=b7450daeadc3786f6d229f1b8be98a3de1d8d7017446d8c43a3940aa37db2ffb" 44 + "sha512=e28d1ac9b25307ca167721760e1cec09f41bd602b88c8a882c1febdf20b5d5db55d38b69ce62cab4ad6552c408a230e465afc1654afe0adb2a7551007c278417" 45 + ] 46 + } 47 + x-commit-hash: "a6da88b2f54d2043047cef727618842811d8a6a5"
+51
packages/dune-configurator/dune-configurator.3.18.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Helper library for gathering system configuration" 3 + description: """ 4 + dune-configurator is a small library that helps writing OCaml scripts that 5 + test features available on the system, in order to generate config.h 6 + files for instance. 7 + Among other things, dune-configurator allows one to: 8 + - test if a C program compiles 9 + - query pkg-config 10 + - import #define from OCaml header files 11 + - generate config.h file 12 + """ 13 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 14 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 15 + license: "MIT" 16 + homepage: "https://github.com/ocaml/dune" 17 + doc: "https://dune.readthedocs.io/" 18 + bug-reports: "https://github.com/ocaml/dune/issues" 19 + depends: [ 20 + "dune" {>= "3.12"} 21 + "ocaml" {>= "4.08.0"} 22 + "base-unix" 23 + "csexp" {>= "1.5.0"} 24 + "odoc" {with-doc} 25 + ] 26 + dev-repo: "git+https://github.com/ocaml/dune.git" 27 + x-maintenance-intent: ["(latest)"] 28 + build: [ 29 + ["dune" "subst"] {dev} 30 + ["rm" "-rf" "vendor/csexp"] 31 + ["rm" "-rf" "vendor/pp"] 32 + [ 33 + "dune" 34 + "build" 35 + "-p" 36 + name 37 + "-j" 38 + jobs 39 + "@install" 40 + "@doc" {with-doc} 41 + ] 42 + ] 43 + url { 44 + src: 45 + "https://github.com/ocaml/dune/releases/download/3.18.0/dune-3.18.0.tbz" 46 + checksum: [ 47 + "sha256=b7450daeadc3786f6d229f1b8be98a3de1d8d7017446d8c43a3940aa37db2ffb" 48 + "sha512=e28d1ac9b25307ca167721760e1cec09f41bd602b88c8a882c1febdf20b5d5db55d38b69ce62cab4ad6552c408a230e465afc1654afe0adb2a7551007c278417" 49 + ] 50 + } 51 + x-commit-hash: "a6da88b2f54d2043047cef727618842811d8a6a5"
+44
packages/dune-glob/dune-glob.3.18.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Glob string matching language supported by dune" 3 + description: 4 + "dune-glob provides a parser and interpreter for globs as understood by dune language." 5 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 6 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 7 + license: "MIT" 8 + homepage: "https://github.com/ocaml/dune" 9 + doc: "https://dune.readthedocs.io/" 10 + bug-reports: "https://github.com/ocaml/dune/issues" 11 + depends: [ 12 + "dune" {>= "3.12"} 13 + "stdune" {= version} 14 + "dyn" 15 + "ordering" 16 + "dune-private-libs" {= version} 17 + "odoc" {with-doc} 18 + ] 19 + dev-repo: "git+https://github.com/ocaml/dune.git" 20 + x-maintenance-intent: ["(latest)"] 21 + build: [ 22 + ["dune" "subst"] {dev} 23 + ["rm" "-rf" "vendor/csexp"] 24 + ["rm" "-rf" "vendor/pp"] 25 + [ 26 + "dune" 27 + "build" 28 + "-p" 29 + name 30 + "-j" 31 + jobs 32 + "@install" 33 + "@doc" {with-doc} 34 + ] 35 + ] 36 + url { 37 + src: 38 + "https://github.com/ocaml/dune/releases/download/3.18.0/dune-3.18.0.tbz" 39 + checksum: [ 40 + "sha256=b7450daeadc3786f6d229f1b8be98a3de1d8d7017446d8c43a3940aa37db2ffb" 41 + "sha512=e28d1ac9b25307ca167721760e1cec09f41bd602b88c8a882c1febdf20b5d5db55d38b69ce62cab4ad6552c408a230e465afc1654afe0adb2a7551007c278417" 42 + ] 43 + } 44 + x-commit-hash: "a6da88b2f54d2043047cef727618842811d8a6a5"
+52
packages/dune-private-libs/dune-private-libs.3.18.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Private libraries of Dune" 3 + description: """ 4 + !!!!!!!!!!!!!!!!!!!!!! 5 + !!!!! DO NOT USE !!!!! 6 + !!!!!!!!!!!!!!!!!!!!!! 7 + 8 + This package contains code that is shared between various dune-xxx 9 + packages. However, it is not meant for public consumption and provides 10 + no stability guarantee. 11 + """ 12 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 13 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 14 + license: "MIT" 15 + homepage: "https://github.com/ocaml/dune" 16 + doc: "https://dune.readthedocs.io/" 17 + bug-reports: "https://github.com/ocaml/dune/issues" 18 + depends: [ 19 + "dune" {>= "3.12"} 20 + "csexp" {>= "1.5.0"} 21 + "pp" {>= "1.1.0"} 22 + "dyn" {= version} 23 + "stdune" {= version} 24 + "ocaml" {>= "4.08"} 25 + "odoc" {with-doc} 26 + ] 27 + dev-repo: "git+https://github.com/ocaml/dune.git" 28 + x-maintenance-intent: ["(none)"] 29 + build: [ 30 + ["dune" "subst"] {dev} 31 + ["rm" "-rf" "vendor/csexp"] 32 + ["rm" "-rf" "vendor/pp"] 33 + [ 34 + "dune" 35 + "build" 36 + "-p" 37 + name 38 + "-j" 39 + jobs 40 + "@install" 41 + "@doc" {with-doc} 42 + ] 43 + ] 44 + url { 45 + src: 46 + "https://github.com/ocaml/dune/releases/download/3.18.0/dune-3.18.0.tbz" 47 + checksum: [ 48 + "sha256=b7450daeadc3786f6d229f1b8be98a3de1d8d7017446d8c43a3940aa37db2ffb" 49 + "sha512=e28d1ac9b25307ca167721760e1cec09f41bd602b88c8a882c1febdf20b5d5db55d38b69ce62cab4ad6552c408a230e465afc1654afe0adb2a7551007c278417" 50 + ] 51 + } 52 + x-commit-hash: "a6da88b2f54d2043047cef727618842811d8a6a5"
+43
packages/dune-rpc-lwt/dune-rpc-lwt.3.18.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Communicate with dune using rpc and Lwt" 3 + description: "Specialization of dune-rpc to Lwt" 4 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 5 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 6 + license: "MIT" 7 + homepage: "https://github.com/ocaml/dune" 8 + doc: "https://dune.readthedocs.io/" 9 + bug-reports: "https://github.com/ocaml/dune/issues" 10 + depends: [ 11 + "dune" {>= "3.12"} 12 + "dune-rpc" {= version} 13 + "csexp" {>= "1.5.0"} 14 + "lwt" {>= "5.6.0"} 15 + "base-unix" 16 + "odoc" {with-doc} 17 + ] 18 + dev-repo: "git+https://github.com/ocaml/dune.git" 19 + x-maintenance-intent: ["(latest)"] 20 + build: [ 21 + ["dune" "subst"] {dev} 22 + ["rm" "-rf" "vendor/csexp"] 23 + ["rm" "-rf" "vendor/pp"] 24 + [ 25 + "dune" 26 + "build" 27 + "-p" 28 + name 29 + "-j" 30 + jobs 31 + "@install" 32 + "@doc" {with-doc} 33 + ] 34 + ] 35 + url { 36 + src: 37 + "https://github.com/ocaml/dune/releases/download/3.18.0/dune-3.18.0.tbz" 38 + checksum: [ 39 + "sha256=b7450daeadc3786f6d229f1b8be98a3de1d8d7017446d8c43a3940aa37db2ffb" 40 + "sha512=e28d1ac9b25307ca167721760e1cec09f41bd602b88c8a882c1febdf20b5d5db55d38b69ce62cab4ad6552c408a230e465afc1654afe0adb2a7551007c278417" 41 + ] 42 + } 43 + x-commit-hash: "a6da88b2f54d2043047cef727618842811d8a6a5"
+45
packages/dune-rpc/dune-rpc.3.18.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Communicate with dune using rpc" 3 + description: "Library to connect and control a running dune instance" 4 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 5 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 6 + license: "MIT" 7 + homepage: "https://github.com/ocaml/dune" 8 + doc: "https://dune.readthedocs.io/" 9 + bug-reports: "https://github.com/ocaml/dune/issues" 10 + depends: [ 11 + "dune" {>= "3.12"} 12 + "csexp" 13 + "ordering" 14 + "dyn" 15 + "xdg" 16 + "stdune" {= version} 17 + "pp" {>= "1.1.0"} 18 + "odoc" {with-doc} 19 + ] 20 + dev-repo: "git+https://github.com/ocaml/dune.git" 21 + x-maintenance-intent: ["(latest)"] 22 + build: [ 23 + ["dune" "subst"] {dev} 24 + ["rm" "-rf" "vendor/csexp"] 25 + ["rm" "-rf" "vendor/pp"] 26 + [ 27 + "dune" 28 + "build" 29 + "-p" 30 + name 31 + "-j" 32 + jobs 33 + "@install" 34 + "@doc" {with-doc} 35 + ] 36 + ] 37 + url { 38 + src: 39 + "https://github.com/ocaml/dune/releases/download/3.18.0/dune-3.18.0.tbz" 40 + checksum: [ 41 + "sha256=b7450daeadc3786f6d229f1b8be98a3de1d8d7017446d8c43a3940aa37db2ffb" 42 + "sha512=e28d1ac9b25307ca167721760e1cec09f41bd602b88c8a882c1febdf20b5d5db55d38b69ce62cab4ad6552c408a230e465afc1654afe0adb2a7551007c278417" 43 + ] 44 + } 45 + x-commit-hash: "a6da88b2f54d2043047cef727618842811d8a6a5"
+39
packages/dune-site/dune-site.3.18.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Embed locations information inside executable and libraries" 3 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 4 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 5 + license: "MIT" 6 + homepage: "https://github.com/ocaml/dune" 7 + doc: "https://dune.readthedocs.io/" 8 + bug-reports: "https://github.com/ocaml/dune/issues" 9 + depends: [ 10 + "dune" {>= "3.12"} 11 + "dune-private-libs" {= version} 12 + "odoc" {with-doc} 13 + ] 14 + dev-repo: "git+https://github.com/ocaml/dune.git" 15 + x-maintenance-intent: ["(latest)"] 16 + build: [ 17 + ["dune" "subst"] {dev} 18 + ["rm" "-rf" "vendor/csexp"] 19 + ["rm" "-rf" "vendor/pp"] 20 + [ 21 + "dune" 22 + "build" 23 + "-p" 24 + name 25 + "-j" 26 + jobs 27 + "@install" 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + url { 32 + src: 33 + "https://github.com/ocaml/dune/releases/download/3.18.0/dune-3.18.0.tbz" 34 + checksum: [ 35 + "sha256=b7450daeadc3786f6d229f1b8be98a3de1d8d7017446d8c43a3940aa37db2ffb" 36 + "sha512=e28d1ac9b25307ca167721760e1cec09f41bd602b88c8a882c1febdf20b5d5db55d38b69ce62cab4ad6552c408a230e465afc1654afe0adb2a7551007c278417" 37 + ] 38 + } 39 + x-commit-hash: "a6da88b2f54d2043047cef727618842811d8a6a5"
+73
packages/dune/dune.3.18.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Fast, portable, and opinionated build system" 3 + description: """ 4 + 5 + Dune is a build system that was designed to simplify the release of 6 + Jane Street packages. It reads metadata from "dune" files following a 7 + very simple s-expression syntax. 8 + 9 + Dune is fast, has very low-overhead, and supports parallel builds on 10 + all platforms. It has no system dependencies; all you need to build 11 + dune or packages using dune is OCaml. You don't need make or bash 12 + as long as the packages themselves don't use bash explicitly. 13 + 14 + Dune is composable; supporting multi-package development by simply 15 + dropping multiple repositories into the same directory. 16 + 17 + Dune also supports multi-context builds, such as building against 18 + several opam roots/switches simultaneously. This helps maintaining 19 + packages across several versions of OCaml and gives cross-compilation 20 + for free. 21 + """ 22 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 23 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 24 + license: "MIT" 25 + homepage: "https://github.com/ocaml/dune" 26 + doc: "https://dune.readthedocs.io/" 27 + bug-reports: "https://github.com/ocaml/dune/issues" 28 + conflicts: [ 29 + "merlin" {< "3.4.0"} 30 + "ocaml-lsp-server" {< "1.3.0"} 31 + "dune-configurator" {< "2.3.0"} 32 + "odoc" {< "2.0.1"} 33 + "dune-release" {< "1.3.0"} 34 + "js_of_ocaml-compiler" {< "3.6.0"} 35 + "jbuilder" {= "transition"} 36 + ] 37 + dev-repo: "git+https://github.com/ocaml/dune.git" 38 + x-maintenance-intent: ["(latest)"] 39 + build: [ 40 + ["ocaml" "boot/bootstrap.ml" "-j" jobs] 41 + ["./_boot/dune.exe" "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" jobs] 42 + ] 43 + depends: [ 44 + # Please keep the lower bound in sync with .github/workflows/workflow.yml, 45 + # dune-project and min_ocaml_version in bootstrap.ml 46 + "ocaml" {>= "4.08"} 47 + "base-unix" 48 + "base-threads" 49 + "lwt" { with-dev-setup & os != "win32" } 50 + "cinaps" { with-dev-setup } 51 + "csexp" { with-dev-setup & >= "1.3.0" } 52 + "js_of_ocaml" { with-dev-setup & >= "6.0.1" & os != "win32" } 53 + "js_of_ocaml-compiler" { with-dev-setup & >= "6.0.1" & os != "win32" } 54 + "mdx" { with-dev-setup & >= "2.3.0" & os != "win32" } 55 + "menhir" { with-dev-setup & os != "win32" } 56 + "ocamlfind" { with-dev-setup & os != "win32" } 57 + "odoc" { with-dev-setup & >= "2.4.0" & os != "win32" } 58 + "ppx_expect" { with-dev-setup & >= "v0.17" & os != "win32" } 59 + "ppx_inline_test" { with-dev-setup & os != "win32" } 60 + "ppxlib" { with-dev-setup & >= "0.35.0" & os != "win32" } 61 + "ctypes" { with-dev-setup & os != "win32" } 62 + "utop" { with-dev-setup & >= "2.6.0" & os != "win32" } 63 + "melange" { with-dev-setup & >= "5.1.0-51" & os != "win32" } 64 + ] 65 + url { 66 + src: 67 + "https://github.com/ocaml/dune/releases/download/3.18.0/dune-3.18.0.tbz" 68 + checksum: [ 69 + "sha256=b7450daeadc3786f6d229f1b8be98a3de1d8d7017446d8c43a3940aa37db2ffb" 70 + "sha512=e28d1ac9b25307ca167721760e1cec09f41bd602b88c8a882c1febdf20b5d5db55d38b69ce62cab4ad6552c408a230e465afc1654afe0adb2a7551007c278417" 71 + ] 72 + } 73 + x-commit-hash: "a6da88b2f54d2043047cef727618842811d8a6a5"
+42
packages/dyn/dyn.3.18.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Dynamic type" 3 + description: "Dynamic type" 4 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 5 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 6 + license: "MIT" 7 + homepage: "https://github.com/ocaml/dune" 8 + doc: "https://dune.readthedocs.io/" 9 + bug-reports: "https://github.com/ocaml/dune/issues" 10 + depends: [ 11 + "dune" {>= "3.12"} 12 + "ocaml" {>= "4.08.0"} 13 + "ordering" {= version} 14 + "pp" {>= "1.1.0"} 15 + "odoc" {with-doc} 16 + ] 17 + dev-repo: "git+https://github.com/ocaml/dune.git" 18 + x-maintenance-intent: ["(none)"] 19 + build: [ 20 + ["dune" "subst"] {dev} 21 + ["rm" "-rf" "vendor/csexp"] 22 + ["rm" "-rf" "vendor/pp"] 23 + [ 24 + "dune" 25 + "build" 26 + "-p" 27 + name 28 + "-j" 29 + jobs 30 + "@install" 31 + "@doc" {with-doc} 32 + ] 33 + ] 34 + url { 35 + src: 36 + "https://github.com/ocaml/dune/releases/download/3.18.0/dune-3.18.0.tbz" 37 + checksum: [ 38 + "sha256=b7450daeadc3786f6d229f1b8be98a3de1d8d7017446d8c43a3940aa37db2ffb" 39 + "sha512=e28d1ac9b25307ca167721760e1cec09f41bd602b88c8a882c1febdf20b5d5db55d38b69ce62cab4ad6552c408a230e465afc1654afe0adb2a7551007c278417" 40 + ] 41 + } 42 + x-commit-hash: "a6da88b2f54d2043047cef727618842811d8a6a5"
+45
packages/ocamlc-loc/ocamlc-loc.3.18.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Parse ocaml compiler output into structured form" 3 + description: 4 + "This library offers no backwards compatibility guarantees. Use at your own risk." 5 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 6 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 7 + license: "MIT" 8 + homepage: "https://github.com/ocaml/dune" 9 + doc: "https://dune.readthedocs.io/" 10 + bug-reports: "https://github.com/ocaml/dune/issues" 11 + depends: [ 12 + "dune" {>= "3.12"} 13 + "ocaml" {>= "4.08.0"} 14 + "dyn" {= version} 15 + "odoc" {with-doc} 16 + ] 17 + conflicts: [ 18 + "ocaml-lsp-server" {< "1.15.0"} 19 + ] 20 + dev-repo: "git+https://github.com/ocaml/dune.git" 21 + x-maintenance-intent: ["(none)"] 22 + build: [ 23 + ["dune" "subst"] {dev} 24 + ["rm" "-rf" "vendor/csexp"] 25 + ["rm" "-rf" "vendor/pp"] 26 + [ 27 + "dune" 28 + "build" 29 + "-p" 30 + name 31 + "-j" 32 + jobs 33 + "@install" 34 + "@doc" {with-doc} 35 + ] 36 + ] 37 + url { 38 + src: 39 + "https://github.com/ocaml/dune/releases/download/3.18.0/dune-3.18.0.tbz" 40 + checksum: [ 41 + "sha256=b7450daeadc3786f6d229f1b8be98a3de1d8d7017446d8c43a3940aa37db2ffb" 42 + "sha512=e28d1ac9b25307ca167721760e1cec09f41bd602b88c8a882c1febdf20b5d5db55d38b69ce62cab4ad6552c408a230e465afc1654afe0adb2a7551007c278417" 43 + ] 44 + } 45 + x-commit-hash: "a6da88b2f54d2043047cef727618842811d8a6a5"
+40
packages/ordering/ordering.3.18.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Element ordering" 3 + description: "Element ordering" 4 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 5 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 6 + license: "MIT" 7 + homepage: "https://github.com/ocaml/dune" 8 + doc: "https://dune.readthedocs.io/" 9 + bug-reports: "https://github.com/ocaml/dune/issues" 10 + depends: [ 11 + "dune" {>= "3.12"} 12 + "ocaml" {>= "4.08.0"} 13 + "odoc" {with-doc} 14 + ] 15 + dev-repo: "git+https://github.com/ocaml/dune.git" 16 + x-maintenance-intent: ["(none)"] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + ["rm" "-rf" "vendor/csexp"] 20 + ["rm" "-rf" "vendor/pp"] 21 + [ 22 + "dune" 23 + "build" 24 + "-p" 25 + name 26 + "-j" 27 + jobs 28 + "@install" 29 + "@doc" {with-doc} 30 + ] 31 + ] 32 + url { 33 + src: 34 + "https://github.com/ocaml/dune/releases/download/3.18.0/dune-3.18.0.tbz" 35 + checksum: [ 36 + "sha256=b7450daeadc3786f6d229f1b8be98a3de1d8d7017446d8c43a3940aa37db2ffb" 37 + "sha512=e28d1ac9b25307ca167721760e1cec09f41bd602b88c8a882c1febdf20b5d5db55d38b69ce62cab4ad6552c408a230e465afc1654afe0adb2a7551007c278417" 38 + ] 39 + } 40 + x-commit-hash: "a6da88b2f54d2043047cef727618842811d8a6a5"
+46
packages/stdune/stdune.3.18.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Dune's unstable standard library" 3 + description: 4 + "This library offers no backwards compatibility guarantees. Use at your own risk." 5 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 6 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 7 + license: "MIT" 8 + homepage: "https://github.com/ocaml/dune" 9 + doc: "https://dune.readthedocs.io/" 10 + bug-reports: "https://github.com/ocaml/dune/issues" 11 + depends: [ 12 + "dune" {>= "3.12"} 13 + "ocaml" {>= "4.08.0"} 14 + "base-unix" 15 + "dyn" {= version} 16 + "ordering" {= version} 17 + "pp" {>= "2.0.0"} 18 + "csexp" {>= "1.5.0"} 19 + "odoc" {with-doc} 20 + ] 21 + dev-repo: "git+https://github.com/ocaml/dune.git" 22 + x-maintenance-intent: ["(none)"] 23 + build: [ 24 + ["dune" "subst"] {dev} 25 + ["rm" "-rf" "vendor/csexp"] 26 + ["rm" "-rf" "vendor/pp"] 27 + [ 28 + "dune" 29 + "build" 30 + "-p" 31 + name 32 + "-j" 33 + jobs 34 + "@install" 35 + "@doc" {with-doc} 36 + ] 37 + ] 38 + url { 39 + src: 40 + "https://github.com/ocaml/dune/releases/download/3.18.0/dune-3.18.0.tbz" 41 + checksum: [ 42 + "sha256=b7450daeadc3786f6d229f1b8be98a3de1d8d7017446d8c43a3940aa37db2ffb" 43 + "sha512=e28d1ac9b25307ca167721760e1cec09f41bd602b88c8a882c1febdf20b5d5db55d38b69ce62cab4ad6552c408a230e465afc1654afe0adb2a7551007c278417" 44 + ] 45 + } 46 + x-commit-hash: "a6da88b2f54d2043047cef727618842811d8a6a5"
+40
packages/xdg/xdg.3.18.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "XDG Base Directory Specification" 3 + description: 4 + "https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html" 5 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 6 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 7 + license: "MIT" 8 + homepage: "https://github.com/ocaml/dune" 9 + doc: "https://dune.readthedocs.io/" 10 + bug-reports: "https://github.com/ocaml/dune/issues" 11 + depends: [ 12 + "dune" {>= "3.12"} 13 + "ocaml" {>= "4.08"} 14 + "odoc" {with-doc} 15 + ] 16 + dev-repo: "git+https://github.com/ocaml/dune.git" 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + ["rm" "-rf" "vendor/csexp"] 20 + ["rm" "-rf" "vendor/pp"] 21 + [ 22 + "dune" 23 + "build" 24 + "-p" 25 + name 26 + "-j" 27 + jobs 28 + "@install" 29 + "@doc" {with-doc} 30 + ] 31 + ] 32 + url { 33 + src: 34 + "https://github.com/ocaml/dune/releases/download/3.18.0/dune-3.18.0.tbz" 35 + checksum: [ 36 + "sha256=b7450daeadc3786f6d229f1b8be98a3de1d8d7017446d8c43a3940aa37db2ffb" 37 + "sha512=e28d1ac9b25307ca167721760e1cec09f41bd602b88c8a882c1febdf20b5d5db55d38b69ce62cab4ad6552c408a230e465afc1654afe0adb2a7551007c278417" 38 + ] 39 + } 40 + x-commit-hash: "a6da88b2f54d2043047cef727618842811d8a6a5"