package dune

  1. Overview
  2. Docs
Fast, portable, and opinionated build system

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.15.0.tbz
sha256=b5c3d10f6f6048bfaf56fc4f0942d56381b55af4287caf8251487d4c4e7920d7
sha512=b3944b47c7ab1b2109aabc73dab7b9227765168bdcaddda875f3ee3c8277825f4a2672fbba903bf54ea507d00c7649c7dfc3c3bb156365d3052e570cf02caa82

Description

Dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

Dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

Dune is composable; supporting multi-package development by simply dropping multiple repositories into the same directory.

Dune also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 05 Apr 2024

README

README.md

A Composable Build System for OCaml

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune implements a scheme that's inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using Dune.

How does it work?

Dune reads project metadata from dune files, which are static files with a simple S-expression syntax. It uses this information to setup build rules, generate configuration files for development tools such as Merlin, handle installation, etc.

Dune itself is fast, has very little overhead, and supports parallel builds on all platforms. It has no system dependencies. OCaml is all you need to build Dune and packages using Dune.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build Dune and packages using Dune.

Strengths

Composable

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed, even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Build Against Several Configurations at Once

Dune can build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml, as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation. This feature requires opam.

Installation

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using OCaml 4.02.3 or greater.

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self-contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml boot/bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

If you have questions or issues about Dune, you can ask in our GitHub discussions page or open a ticket on GitHub.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08"

Dev Dependencies

None

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. aarch64-esperanto >= "0.0.6"
  6. abella >= "2.0.8"
  7. absolute
  8. abstract_algebra
  9. accessor
  10. accessor_async
  11. accessor_base
  12. accessor_core
  13. acgtk >= "1.4.0"
  14. aches
  15. aches-lwt
  16. acp4
  17. acpc >= "2.0.0"
  18. adobe_font_metrics
  19. advi
  20. afl-persistent >= "1.4"
  21. agrid
  22. ahrocksdb
  23. aifad >= "2.2.1"
  24. alba >= "0.4.1"
  25. albatross
  26. alcotest >= "0.8.5"
  27. alcotest-async >= "0.8.5"
  28. alcotest-js
  29. alcotest-lwt >= "0.8.5"
  30. alcotest-mirage
  31. alg_structs
  32. alg_structs_qcheck
  33. algaeff
  34. alonzo
  35. alsa >= "0.3.0"
  36. alt-ergo >= "2.3.0"
  37. alt-ergo-free >= "2.3.3.dune3"
  38. alt-ergo-lib >= "2.4.2"
  39. alt-ergo-lib-free >= "2.3.3.dune3"
  40. alt-ergo-parsers
  41. alt-ergo-parsers-free
  42. alt-ergo-plugin-ab-why3
  43. altgr-ergo >= "2.3.0"
  44. ambient-context
  45. ambient-context-eio
  46. ambient-context-lwt
  47. amf >= "0.1.2"
  48. amqp-client >= "2.0.3"
  49. amqp-client-async >= "2.0.3"
  50. amqp-client-lwt >= "2.0.3"
  51. anders
  52. angstrom >= "0.11.1"
  53. angstrom-async >= "0.11.1"
  54. angstrom-lwt-unix >= "0.11.1"
  55. angstrom-unix >= "0.11.1"
  56. ansi
  57. ansi-parse >= "0.4.0"
  58. anthill
  59. antic != "0.3.1"
  60. ao >= "0.2.2"
  61. apronext
  62. arb != "0.3.1"
  63. archetype < "1.0.0" | >= "1.2.1"
  64. archi
  65. archi-async
  66. archi-lwt
  67. arg-complete
  68. argon2 >= "1.0.0"
  69. argsh
  70. arp >= "1.0.0"
  71. arp-mirage
  72. arrakis
  73. arrayjit
  74. art
  75. asai
  76. asak
  77. ask
  78. ask-integrator
  79. asli >= "0.2.0"
  80. asn1-combinators >= "0.2.2"
  81. ast_generic
  82. async >= "v0.12.0"
  83. async-uri
  84. async_durable >= "v0.12.0"
  85. async_extra >= "v0.12.0"
  86. async_find >= "v0.12.0"
  87. async_graphics >= "0.7.0"
  88. async_inotify >= "v0.12.0"
  89. async_interactive >= "v0.12.0"
  90. async_js >= "v0.12.0"
  91. async_kernel >= "v0.12.0"
  92. async_log
  93. async_rpc_kernel >= "v0.12.0"
  94. async_rpc_websocket
  95. async_sendfile >= "v0.12.0"
  96. async_shell >= "v0.12.0"
  97. async_smtp >= "v0.12.0"
  98. async_ssl >= "v0.12.0"
  99. async_udp
  100. async_unix >= "v0.12.0"
  101. async_websocket
  102. atable
  103. atacama
  104. atd >= "2.2.1"
  105. atdd
  106. atdgen >= "2.2.1"
  107. atdgen-codec-runtime
  108. atdgen-runtime >= "2.2.1"
  109. atdj >= "2.2.1" & < "20151001.01"
  110. atdpy
  111. atds
  112. atdts
  113. atomic < "base"
  114. autofonce
  115. autofonce_config
  116. autofonce_core
  117. autofonce_lib
  118. autofonce_m4
  119. autofonce_misc
  120. autofonce_patch
  121. autofonce_share
  122. avro
  123. avro-compiler
  124. awa
  125. awa-lwt
  126. awa-mirage
  127. aws >= "1.2"
  128. aws-async
  129. aws-autoscaling >= "1.2"
  130. aws-cloudformation >= "1.2"
  131. aws-cloudtrail >= "1.2"
  132. aws-cloudwatch
  133. aws-config
  134. aws-ec2 >= "1.2"
  135. aws-elasticache
  136. aws-elasticloadbalancing >= "1.2"
  137. aws-lwt
  138. aws-rds
  139. aws-route53
  140. aws-s3 >= "4.0.0"
  141. aws-s3-async >= "4.0.0"
  142. aws-s3-lwt >= "4.0.0"
  143. aws-sdb >= "1.2"
  144. aws-sqs
  145. aws-ssm >= "1.2"
  146. aws-sts >= "1.2"
  147. awsm
  148. awsm-async
  149. awsm-codegen
  150. awsm-lwt
  151. azblob
  152. azblob-async
  153. azure-cosmos-db
  154. babel
  155. baby
  156. backoff
  157. bag
  158. bam
  159. bam-ppx
  160. bare_encoding
  161. bark
  162. base >= "v0.12.0"
  163. base32
  164. base64 >= "2.3.0"
  165. base_bigstring
  166. base_quickcheck >= "v0.12.1"
  167. base_trie
  168. bastet
  169. bastet_async
  170. bastet_lwt
  171. batch_jaro_winkler
  172. batsat
  173. batteries >= "3.7.1"
  174. bddrand
  175. bech32
  176. bechamel
  177. bechamel-js
  178. bechamel-notty
  179. bechamel-perf
  180. beluga >= "1.0"
  181. benchmark >= "1.6"
  182. benchpress
  183. benchpress-server
  184. bencode >= "2.0"
  185. bentov
  186. bestline
  187. bheap >= "2.0.0"
  188. bidirectional_map
  189. bigarray-compat
  190. bigarray-overlap
  191. bigdecimal
  192. bignum >= "v0.12.0"
  193. bigstring >= "0.3"
  194. bigstring-unix >= "0.3"
  195. bigstringaf >= "0.5.0"
  196. bimage
  197. bimage-display
  198. bimage-gtk
  199. bimage-io
  200. bimage-lwt
  201. bimage-sdl
  202. bimage-unix
  203. bimap
  204. bin_prot >= "v0.12.0"
  205. bin_tree
  206. binaryen != "0.3.0" & < "0.14.0" | >= "0.17.1"
  207. binaryen_dsl
  208. bindlib >= "6.0.0"
  209. biniou >= "1.2.1"
  210. binning
  211. binsec >= "0.4.0"
  212. bio_io
  213. biocaml >= "0.9.0"
  214. biotk
  215. bisect_ppx >= "1.4.0"
  216. bistro >= "0.5.0"
  217. bistro-bio
  218. bitcoin >= "3.0"
  219. bitcoin-cohttp-async
  220. bitcoin-cohttp-lwt
  221. bitcoin-ocurl
  222. bitcoinml >= "0.4.1"
  223. bitgenerators
  224. bitlib
  225. bitmasks >= "1.2.0"
  226. bitpack_serializer
  227. bitstring >= "3.1.1"
  228. bitv >= "1.4"
  229. bitwuzla
  230. bitwuzla-bin < "1.0.0"
  231. bitwuzla-c
  232. bitwuzla-cxx
  233. bjack >= "0.1.6"
  234. blake3
  235. bloomf
  236. bls12-381 < "18.0" | >= "19.0"
  237. bls12-381-gen
  238. bls12-381-hash
  239. bls12-381-js
  240. bls12-381-js-gen
  241. bls12-381-legacy
  242. bls12-381-signature
  243. bls12-381-unix
  244. blurhash
  245. bnfgen
  246. bogue
  247. bogue-tutorials
  248. boltzgen
  249. bonsai
  250. boulangerie
  251. box
  252. brr-lwd
  253. bson2
  254. bst >= "7.0.1"
  255. buffer-pool
  256. build_path_prefix_map >= "0.3"
  257. builder
  258. builder-web
  259. bun >= "0.3.4"
  260. bwd
  261. bwrap
  262. bytearray >= "1.0.1"
  263. bytebuffer
  264. bytepdf
  265. bytestring
  266. bz2
  267. ca-certs
  268. ca-certs-nss
  269. cactus
  270. cairn
  271. cairo2 >= "0.6"
  272. cairo2-gtk
  273. cairo2-pango
  274. caisar
  275. caisar-ir
  276. caisar-nnet
  277. caisar-onnx
  278. caisar-ovo
  279. caisar-xgboost
  280. calcium != "0.3.1"
  281. calculon >= "0.4"
  282. calculon-redis
  283. calculon-redis-lib
  284. calculon-web >= "0.4"
  285. caldav
  286. calendar >= "3.0.0"
  287. calendars
  288. calipso
  289. calli
  290. callipyge >= "0.2"
  291. camelot
  292. camels
  293. camelsnakekebab
  294. camlimages >= "5.0.2"
  295. camlix
  296. camlkit
  297. camlkit-base
  298. camlkit-gui
  299. camlon >= "3.1.0"
  300. camlp-streams
  301. camlrack
  302. camltc >= "0.9.8"
  303. camomile >= "1.0.2"
  304. camyll
  305. canary
  306. capitalization
  307. capnp >= "3.5.0"
  308. capnp-rpc >= "0.3.2"
  309. capnp-rpc-lwt >= "0.3.2"
  310. capnp-rpc-mirage >= "0.3.2"
  311. capnp-rpc-net
  312. capnp-rpc-unix >= "0.3.2"
  313. caqti >= "1.0.0"
  314. caqti-async >= "1.0.0"
  315. caqti-driver-mariadb >= "1.0.0"
  316. caqti-driver-pgx
  317. caqti-driver-postgresql >= "1.0.0"
  318. caqti-driver-sqlite3 >= "1.0.0"
  319. caqti-dynload >= "1.0.0"
  320. caqti-eio
  321. caqti-lwt >= "1.0.0"
  322. caqti-mirage
  323. caqti-tls
  324. caqti-type-calendar >= "1.0.0"
  325. carbon
  326. carray
  327. carton
  328. carton-git
  329. carton-lwt
  330. castore
  331. catala
  332. catapult
  333. catapult-client
  334. catapult-daemon
  335. catapult-file
  336. catapult-sqlite
  337. cb-check
  338. cbor >= "0.3"
  339. cborl
  340. ccbg
  341. cconv >= "0.5"
  342. cconv-ppx
  343. cdb
  344. cdrom >= "0.9.4"
  345. ceph
  346. certify >= "0.3.0"
  347. cf
  348. cf-lwt
  349. cfg >= "2.2.0"
  350. cfml
  351. cfstream >= "1.3.1"
  352. chacha
  353. chamelon-unix
  354. chamo >= "4.0"
  355. charInfo_width
  356. charrua
  357. charrua-client >= "0.11.2"
  358. charrua-client-lwt >= "0.11.2"
  359. charrua-client-mirage >= "0.11.2"
  360. charrua-core >= "0.11.2"
  361. charrua-server
  362. charrua-unix >= "0.11.2"
  363. charset
  364. chartjs
  365. chartjs-annotation
  366. chartjs-colorschemes
  367. chartjs-datalabels
  368. chartjs-streaming
  369. chase
  370. checked_oint
  371. checkseum = "0.0.3" | >= "0.2.1"
  372. choice >= "0.4"
  373. chrome-trace
  374. cid
  375. cinaps >= "v0.12.0"
  376. clangml >= "4.0.0"
  377. clangml-transforms >= "0.24"
  378. clap >= "0.2.0"
  379. clarity >= "0.4.0"
  380. clarity-lang
  381. class_group_vdf
  382. clim
  383. clim-ppx
  384. cll
  385. clp_operations
  386. clz
  387. cmarker
  388. cmdliner-stdlib
  389. cmon
  390. coap
  391. coap-core
  392. coap-server-lwt
  393. cobs
  394. codept >= "0.10.3" & != "0.11.1"
  395. codicons
  396. cohttp >= "1.1.1"
  397. cohttp-async >= "1.1.1"
  398. cohttp-curl
  399. cohttp-curl-async
  400. cohttp-curl-lwt
  401. cohttp-eio
  402. cohttp-lwt >= "1.1.1"
  403. cohttp-lwt-jsoo >= "1.1.1"
  404. cohttp-lwt-unix >= "1.1.1"
  405. cohttp-lwt-unix-nossl
  406. cohttp-lwt-unix-ssl
  407. cohttp-mirage >= "1.1.1"
  408. cohttp-server-lwt-unix
  409. cohttp-top >= "1.1.1"
  410. cohttp_async_websocket
  411. cohttp_static_handler
  412. coin >= "0.1.1"
  413. colibri2
  414. colombe
  415. color >= "0.2.0"
  416. color-brewery
  417. colors
  418. combic
  419. combinaml
  420. combinat
  421. comby >= "1.4.0"
  422. comby-kernel
  423. comby-semantic
  424. command_rpc >= "v0.12.0"
  425. conan
  426. conan-cli
  427. conan-database
  428. conan-lwt
  429. conan-unix
  430. conduit >= "1.3.0"
  431. conduit-async >= "1.3.0"
  432. conduit-async-ssl
  433. conduit-async-tls
  434. conduit-lwt >= "1.3.0"
  435. conduit-lwt-ssl
  436. conduit-lwt-tls
  437. conduit-lwt-unix >= "1.3.0"
  438. conduit-mirage
  439. conduit-tls
  440. conex >= "0.10.0"
  441. conex-mirage-crypto
  442. conex-nocrypto
  443. confero
  444. config
  445. config-file >= "1.2.1"
  446. conformist
  447. containers >= "2.4"
  448. containers-data
  449. containers-thread
  450. content_security_policy
  451. cookie
  452. cookies
  453. coq >= "8.14.0"
  454. coq-core
  455. coq-lsp
  456. coq-of-ocaml >= "2.4.1"
  457. coq-serapi >= "8.9.0+0.6.0"
  458. coq-stdlib
  459. coq-waterproof
  460. coqide >= "8.14.0"
  461. coqide-server
  462. core >= "v0.12.0"
  463. core-and-more
  464. core_bench >= "v0.12.0"
  465. core_compat
  466. core_extended >= "v0.12.0"
  467. core_kernel >= "v0.12.3"
  468. core_profiler >= "v0.12.0"
  469. core_unix
  470. cosovo
  471. cow >= "2.4.0"
  472. cowabloga >= "0.5.0"
  473. cpm >= "12.1.2"
  474. cppo >= "1.6.6"
  475. cppo_ocamlbuild >= "1.6.6"
  476. cps_toolbox
  477. cpu
  478. cpuid >= "0.1.2"
  479. crc >= "2.1.0"
  480. crlibm >= "0.3"
  481. crontab
  482. crowbar >= "0.2"
  483. crunch >= "2.2.0"
  484. cry >= "0.6.5"
  485. cryptokit >= "1.16.1"
  486. csexp
  487. css
  488. css-parser
  489. cstruct >= "3.3.0"
  490. cstruct-async >= "3.3.0"
  491. cstruct-lwt >= "3.3.0"
  492. cstruct-sexp
  493. cstruct-unix >= "3.3.0"
  494. csv >= "2.2"
  495. csv-lwt >= "2.1"
  496. csvfields >= "v0.12.0"
  497. csvtool
  498. ctoxml
  499. ctypes >= "0.21.1"
  500. ctypes-foreign >= "0.21.1"
  501. ctypes-zarith
  502. ctypes_stubs_js
  503. cucumber
  504. cudajit
  505. cudf >= "0.10"
  506. cue_sheet_maker
  507. cuid >= "0.2"
  508. cumulus
  509. curly >= "0.2.0"
  510. current
  511. current-albatross-deployer
  512. current-web-pipelines
  513. current_ansi
  514. current_docker
  515. current_examples
  516. current_git
  517. current_github
  518. current_gitlab
  519. current_incr
  520. current_ocluster
  521. current_rpc
  522. current_slack
  523. current_ssh
  524. current_web
  525. curses >= "1.0.9"
  526. curve-sampling
  527. cvc5
  528. cviode
  529. cwe_checker
  530. DkSDKFFIOCaml_Std
  531. DrawGrammar >= "0.2.2"
  532. daft >= "0.0.4"
  533. dap
  534. data-encoding
  535. dataframe
  536. datakit >= "0.12.2"
  537. datakit-bridge-github >= "0.12.2"
  538. datakit-bridge-local-git >= "0.12.2"
  539. datakit-ci >= "0.12.2"
  540. datakit-client >= "0.12.2"
  541. datakit-client-9p >= "0.12.2"
  542. datakit-client-git >= "0.12.2"
  543. datakit-github >= "0.12.2"
  544. datakit-server >= "0.12.2"
  545. datakit-server-9p >= "0.12.2"
  546. datalog >= "0.6"
  547. dates_calc
  548. daypack-lib
  549. dbf != "0.1.1"
  550. debian-formats >= "0.1.2"
  551. decimal
  552. decoders >= "0.1.2"
  553. decoders-bencode
  554. decoders-cbor
  555. decoders-ezjsonm >= "0.1.2"
  556. decoders-ezxmlm
  557. decoders-jsonaf
  558. decoders-jsonm
  559. decoders-msgpck
  560. decoders-sexplib
  561. decoders-yojson >= "0.1.2"
  562. decompress >= "0.8.1"
  563. dedent
  564. dedukti >= "2.7"
  565. delimcc_of_fxhandler
  566. delimited_parsing >= "v0.12.0"
  567. depyt >= "0.3.0"
  568. devkit >= "1.0"
  569. diet >= "0.2"
  570. diff
  571. diffable
  572. digestif >= "0.7" & < "0.7.2" | >= "0.8.1"
  573. directories
  574. dirsift
  575. dirsp-exchange
  576. dirsp-exchange-kbb2017
  577. dirsp-proscript
  578. dirsp-proscript-mirage
  579. dirsp-ps2ocaml
  580. diskuvbox
  581. disml
  582. dispatch >= "0.4.1"
  583. dispatch-js >= "0.4.1"
  584. distributed >= "0.6.0"
  585. distributed-lwt >= "0.2.0"
  586. distributed-uwt >= "0.2.0"
  587. dkim
  588. dkim-bin
  589. dkim-mirage
  590. dkml-c-probe
  591. dkml-component-offline-ocamlrun
  592. dkml-component-offline-opam
  593. dkml-component-staging-ocamlrun
  594. dkml-component-staging-opam32
  595. dkml-component-staging-opam64
  596. dkml-dune-dsl
  597. dkml-dune-dsl-show
  598. dkml-install
  599. dkml-install-installer
  600. dkml-install-runner
  601. dkml-option-vcpkg
  602. dkml-package-console
  603. dkml-runtime-common >= "2.0.3"
  604. dkml-runtime-distribution
  605. dkml-workflows
  606. dlm >= "0.3.1"
  607. dmap
  608. dns >= "1.1.0"
  609. dns-async >= "1.1.0"
  610. dns-certify
  611. dns-cli
  612. dns-client
  613. dns-client-lwt
  614. dns-client-mirage
  615. dns-lwt >= "1.1.0"
  616. dns-lwt-unix >= "1.1.0"
  617. dns-mirage
  618. dns-resolver
  619. dns-server
  620. dns-stub
  621. dns-tsig
  622. dnssec
  623. docfd
  624. docker-api >= "0.2"
  625. docker_hub
  626. dockerfile >= "6.0.0"
  627. dockerfile-cmd >= "6.0.0"
  628. dockerfile-opam >= "6.0.0"
  629. docteur
  630. docteur-solo5
  631. docteur-unix
  632. doculib
  633. doi2bib
  634. dokeysto >= "3.0.2"
  635. dokeysto_camltc >= "3.0.2"
  636. dokeysto_lz4 >= "3.0.2"
  637. dolmen >= "0.4.1"
  638. dolmen_bin
  639. dolmen_loop
  640. dolmen_lsp
  641. dolmen_model
  642. dolmen_type
  643. dolog >= "4.0.0"
  644. domain-local-await
  645. domain-local-timeout
  646. domain-name >= "0.1.2"
  647. domain_shims
  648. domainslib
  649. dose3 >= "6.1"
  650. dose3-extra
  651. dot-merlin-reader
  652. dotenv
  653. dream
  654. dream-accept
  655. dream-cli
  656. dream-encoding
  657. dream-html
  658. dream-htmx
  659. dream-httpaf
  660. dream-livereload
  661. dream-pure
  662. dream-serve
  663. drom >= "0.3.0"
  664. drom_lib >= "0.3.0"
  665. drom_toml
  666. dropbox >= "0.2"
  667. dropbox_lwt_unix
  668. dscheck
  669. dssi >= "0.1.3"
  670. dtc-pb
  671. dtoa >= "0.3.2"
  672. dtools >= "0.4.2"
  673. dual
  674. duff >= "0.2"
  675. dum >= "1.0.2"
  676. dump_ocamlformat
  677. dune-action-plugin
  678. dune-build-info
  679. dune-compiledb
  680. dune-configurator >= "1.11.4"
  681. dune-deps
  682. dune-expand
  683. dune-glob
  684. dune-private-libs
  685. dune-release >= "1.0.0" & < "2.0.0"
  686. dune-rpc
  687. dune-rpc-lwt
  688. dune-site
  689. duppy >= "0.9.0"
  690. duration >= "0.1.2"
  691. dyn
  692. earley >= "2.0.0"
  693. earlybird
  694. easy-format >= "1.3.2"
  695. easy_logging
  696. easy_logging_yojson
  697. ecaml >= "v0.12.0"
  698. edn >= "0.1.6-1-gff9db95"
  699. ego
  700. eigen >= "0.1.0"
  701. eio
  702. eio-ssl
  703. eio-trace
  704. eio_linux
  705. eio_luv
  706. eio_main
  707. eio_posix
  708. eio_windows
  709. either
  710. elasticsearch-cli >= "0.5"
  711. electrod >= "0.2.1"
  712. eliom >= "10.1.2"
  713. elpi >= "1.3.1"
  714. email_message >= "v0.12.0"
  715. embedded_ocaml_templates
  716. emile >= "0.4"
  717. encoding
  718. encore >= "0.3"
  719. env_config
  720. epictetus
  721. eqaf >= "0.2"
  722. eqaf-cstruct
  723. equinoxe
  724. equinoxe-cohttp
  725. equinoxe-hlc
  726. eris
  727. eris-lwt
  728. erlang
  729. errpy
  730. erssical >= "1.1.0"
  731. esgg
  732. esperanto-cosmopolitan >= "0.0.5"
  733. ethernet
  734. euler
  735. exenum >= "0.86"
  736. exit
  737. expect_test_helpers >= "v0.12.0"
  738. expect_test_helpers_async
  739. expect_test_helpers_core
  740. expect_test_helpers_kernel >= "v0.12.0"
  741. extism
  742. extism-manifest
  743. extlib >= "1.7.9"
  744. extunix >= "0.3.1"
  745. ez_api
  746. ez_cmdliner >= "0.2.0"
  747. ez_config >= "0.2.0"
  748. ez_file >= "0.3.0"
  749. ez_hash
  750. ez_pgocaml
  751. ez_search
  752. ez_subst
  753. ezcurl
  754. ezcurl-lwt
  755. ezdl
  756. ezgzip >= "0.2.3"
  757. ezjs_ace
  758. ezjs_blockies
  759. ezjs_cleave
  760. ezjs_crypto
  761. ezjs_cytoscape
  762. ezjs_d3pie
  763. ezjs_extension
  764. ezjs_fetch
  765. ezjs_idb
  766. ezjs_jquery
  767. ezjs_min
  768. ezjs_odometer
  769. ezjs_push
  770. ezjs_qrcode
  771. ezjs_recaptcha
  772. ezjs_timeline
  773. ezjsonm >= "1.0.0"
  774. ezjsonm-encoding
  775. ezjsonm-lwt >= "1.0.0"
  776. ezresto
  777. ezresto-directory
  778. ezsqlite >= "0.4.2"
  779. ezxenstore >= "0.4.1"
  780. ezxmlm >= "1.1.0"
  781. FPauth
  782. FPauth-core
  783. FPauth-responses
  784. FPauth-strategies
  785. FrontC >= "4.0.0"
  786. faad >= "0.5.0"
  787. facteur
  788. fadbadml >= "0.1.2"
  789. faraday >= "0.7.1"
  790. faraday-async >= "0.7.1"
  791. faraday-lwt >= "0.7.1"
  792. faraday-lwt-unix >= "0.7.1"
  793. farith
  794. farmhash >= "0.4"
  795. fasmifra
  796. fat-filesystem >= "0.13.0"
  797. fd-send-recv >= "2.0.1"
  798. fdkaac >= "0.3.2"
  799. feat
  800. feat-core
  801. feat-num
  802. feather
  803. feather_async
  804. ff
  805. ff-bench
  806. ff-pbt
  807. ff-sig
  808. ffmpeg >= "1.0.0~beta1"
  809. ffmpeg-av
  810. ffmpeg-avcodec
  811. ffmpeg-avdevice
  812. ffmpeg-avfilter
  813. ffmpeg-avutil
  814. ffmpeg-swresample
  815. ffmpeg-swscale
  816. fftw3 >= "0.8.2"
  817. fiat-p256
  818. fiber
  819. fiber-lwt
  820. fieldslib >= "v0.12.0"
  821. file_path
  822. fileutils >= "0.6.1"
  823. finch
  824. fit
  825. fix >= "20181206"
  826. flac >= "0.3.0"
  827. flex-array
  828. flint >= "0.3.2"
  829. flow_parser >= "0.229.1"
  830. fmlib
  831. fmlib_browser
  832. fmlib_js
  833. fmlib_parse
  834. fmlib_pretty
  835. fmlib_std
  836. fontforge-of-ocaml
  837. forester
  838. frama-c >= "26.0~beta"
  839. frama-c-lannotate >= "0.2.3"
  840. frama-c-luncov >= "0.2.1"
  841. frama-c-metacsl >= "0.4"
  842. frama-clang
  843. fred
  844. freetds >= "0.7"
  845. frei0r >= "0.1.2"
  846. frenetic >= "5.0.5"
  847. fromager
  848. fsevents
  849. fsevents-lwt
  850. fsml
  851. fswatch
  852. fswatch_async
  853. fswatch_lwt
  854. fun-postgresql
  855. fun-sql
  856. fun-sqlite
  857. functoria >= "2.2.2" & < "4.0.0~beta1" | >= "4.0.0"
  858. functoria-runtime >= "2.2.2" & != "2.2.5" & < "3.0.2" | >= "3.1.2"
  859. fuseau
  860. fuseau-lwt
  861. fuzzy_compare
  862. fuzzy_match
  863. fzf
  864. General >= "0.6.0"
  865. GT
  866. gapi-ocaml >= "0.3.7"
  867. gbddml
  868. gccjit
  869. gd >= "1.1"
  870. gdbprofiler >= "0.4"
  871. gel
  872. gemini >= "0.3.0"
  873. gen >= "0.5.2"
  874. gen_js_api >= "1.0.6"
  875. genprint
  876. genspio >= "0.0.3"
  877. genspir >= "1.0.1"
  878. geojson
  879. geojsone
  880. geoml
  881. get_line >= "7.0.0"
  882. getopt >= "20230213"
  883. gettext >= "0.4.1"
  884. gettext-camomile
  885. gettext-stub
  886. git >= "2.0.0"
  887. git-cohttp
  888. git-cohttp-mirage
  889. git-cohttp-unix
  890. git-http >= "2.0.0"
  891. git-kv
  892. git-mirage >= "2.0.0"
  893. git-paf
  894. git-unix >= "2.0.0"
  895. git_split
  896. github >= "4.0.0"
  897. github-data
  898. github-hooks >= "0.4.0"
  899. github-hooks-unix >= "0.4.0"
  900. github-jsoo >= "4.0.0"
  901. github-unix >= "4.0.0"
  902. gitlab
  903. gitlab-jsoo
  904. gitlab-unix
  905. gitlab_pipeline_notifier
  906. glfw-ocaml
  907. globlon
  908. gluon
  909. gluten
  910. gluten-async
  911. gluten-eio
  912. gluten-lwt
  913. gluten-lwt-unix
  914. gluten-mirage
  915. gmap >= "0.2.1"
  916. gmp
  917. gnuplot >= "0.6"
  918. gobba
  919. gobject-introspection
  920. goblint >= "1.1.1"
  921. goblint-cil >= "1.8.0"
  922. google-drive-ocamlfuse >= "0.6.26"
  923. gopcaml-mode >= "0.0.2"
  924. gopcaml-mode-merlin
  925. gospel
  926. gotd
  927. gperftools >= "0.4"
  928. gpiod
  929. gpr >= "1.4.0"
  930. gpt
  931. gr
  932. grace
  933. gradescope_submit
  934. graphics >= "5.0.0"
  935. graphql >= "0.8.0"
  936. graphql-async >= "0.8.0"
  937. graphql-cohttp >= "0.9.0"
  938. graphql-lwt >= "0.8.0"
  939. graphql_jsoo_client
  940. graphql_parser >= "0.9.0"
  941. graphql_ppx >= "0.7.1"
  942. graphv
  943. graphv_core
  944. graphv_core_lib
  945. graphv_font
  946. graphv_font_js
  947. graphv_font_stb_truetype
  948. graphv_gles2
  949. graphv_gles2_native
  950. graphv_gles2_native_impl
  951. graphv_webgl
  952. graphv_webgl_impl
  953. gremlin
  954. grenier >= "0.8"
  955. grid
  956. grpc
  957. grpc-async
  958. grpc-bench
  959. grpc-eio
  960. grpc-examples
  961. grpc-lwt
  962. gsl >= "1.24.0"
  963. gstreamer >= "0.3.1"
  964. guardian
  965. guile
  966. h1_parser
  967. h2
  968. h2-async
  969. h2-eio
  970. h2-lwt
  971. h2-lwt-unix
  972. h2-mirage
  973. hack_parallel >= "1.0.0"
  974. hacl-star
  975. hacl-star-raw >= "0.5.0"
  976. hacl_func
  977. hacl_x25519
  978. happy-eyeballs
  979. happy-eyeballs-lwt
  980. happy-eyeballs-mirage
  981. hardcaml >= "v0.12.0"
  982. hardcaml_axi
  983. hardcaml_c
  984. hardcaml_circuits
  985. hardcaml_event_driven_sim
  986. hardcaml_fixed_point
  987. hardcaml_handshake
  988. hardcaml_of_verilog
  989. hardcaml_step_testbench
  990. hardcaml_verify
  991. hardcaml_verilator
  992. hardcaml_waveterm
  993. hardcaml_xilinx
  994. hardcaml_xilinx_components
  995. hardcaml_xilinx_reports
  996. hashcons >= "1.4.0"
  997. hashids >= "1.0.1"
  998. haxe >= "4.1.1"
  999. hc
  1000. hdf5 >= "0.1.5"
  1001. hdr_histogram >= "0.0.3"
  1002. headache >= "1.04"
  1003. header-check
  1004. hector
  1005. herdtools7 >= "7.55"
  1006. hex >= "1.3.0"
  1007. hex_encode
  1008. hexstring
  1009. hg_lib
  1010. hidapi >= "1.1"
  1011. hidapi-lwt
  1012. higher_kinded
  1013. highlexer
  1014. higlo >= "0.8"
  1015. hilite
  1016. hkdf >= "1.0.3"
  1017. hl_yaml
  1018. hockmd
  1019. hol2dk
  1020. hooke
  1021. horned_worm >= "0.3.4"
  1022. hpack
  1023. hsluv
  1024. html_of_jsx
  1025. htmlfromtexbooks
  1026. hts_shrink >= "2.1.2"
  1027. http
  1028. http-cookie
  1029. http-date
  1030. http-lwt-client
  1031. http-mirage-client
  1032. http-multipart-formdata
  1033. http_async
  1034. httpaf >= "0.6.0"
  1035. httpaf-async >= "0.6.0"
  1036. httpaf-lwt-unix
  1037. httpaf_caged
  1038. httph
  1039. httpun
  1040. httpun-async
  1041. httpun-eio
  1042. httpun-lwt
  1043. httpun-lwt-unix
  1044. httpun-mirage
  1045. httpun-types
  1046. httpun-ws
  1047. httpun-ws-async
  1048. httpun-ws-eio
  1049. httpun-ws-lwt
  1050. httpun-ws-lwt-unix
  1051. httpun-ws-mirage
  1052. huffman
  1053. hvsock >= "2.0.0"
  1054. hxd
  1055. hyper
  1056. ISO3166
  1057. ISO8601 >= "0.2.6"
  1058. i3ipc >= "0.1.4"
  1059. icalendar
  1060. idd
  1061. idds
  1062. imagelib >= "20200929"
  1063. imguiml
  1064. incr_dom >= "v0.12.0"
  1065. incr_dom_interactive
  1066. incr_dom_keyboard
  1067. incr_dom_partial_render
  1068. incr_dom_sexp_form
  1069. incr_dom_widgets >= "v0.12.0"
  1070. incr_map >= "v0.12.0"
  1071. incr_select >= "v0.12.0"
  1072. incremental >= "v0.12.0"
  1073. indentation_buffer
  1074. index
  1075. index-bench
  1076. inferno >= "20190924"
  1077. influxdb
  1078. influxdb-async
  1079. influxdb-lwt
  1080. inotify >= "2.4"
  1081. inotify-eio
  1082. inquire
  1083. inquirer_oc
  1084. int_repr
  1085. integers >= "0.3.0"
  1086. integers_stubs_js
  1087. integration1d >= "0.5.1"
  1088. interface-prime
  1089. interface-prime-lwt
  1090. interval >= "1.5" & < "1.6"
  1091. interval-map
  1092. interval_base
  1093. interval_crlibm
  1094. interval_intel
  1095. io-page >= "2.1.0"
  1096. io-page-unix >= "2.1.0"
  1097. io-page-xen >= "2.1.0"
  1098. iomux
  1099. iostream
  1100. iostream-camlzip
  1101. ip2location
  1102. ip2whois
  1103. ipaddr >= "2.9.0"
  1104. ipaddr-cstruct
  1105. ipaddr-sexp
  1106. irc-client >= "0.6.2"
  1107. irc-client-lwt >= "0.6.2"
  1108. irc-client-lwt-ssl
  1109. irc-client-tls >= "0.6.2"
  1110. irc-client-unix >= "0.6.2"
  1111. iri >= "0.6.0"
  1112. irmin >= "2.0.0"
  1113. irmin-bench
  1114. irmin-chunk >= "2.0.0"
  1115. irmin-cli
  1116. irmin-client
  1117. irmin-containers
  1118. irmin-fs >= "2.0.0"
  1119. irmin-git >= "2.0.0"
  1120. irmin-graphql
  1121. irmin-http >= "2.0.0"
  1122. irmin-indexeddb >= "2.0"
  1123. irmin-layers
  1124. irmin-mem >= "2.0.0"
  1125. irmin-mirage >= "2.0.0"
  1126. irmin-mirage-git
  1127. irmin-mirage-graphql
  1128. irmin-pack
  1129. irmin-pack-tools
  1130. irmin-server
  1131. irmin-test
  1132. irmin-tezos
  1133. irmin-tezos-utils
  1134. irmin-unix >= "2.0.0"
  1135. irmin-watcher >= "0.5.0"
  1136. iso639
  1137. iter >= "1.4"
  1138. itv-tree >= "2.2"
  1139. JsOfOCairo >= "2.0.0"
  1140. jane-street-headers >= "v0.12.0"
  1141. jane_rope
  1142. janestreet_cpuid
  1143. janestreet_csv
  1144. janestreet_lru_cache
  1145. jasmin >= "2023.06.0"
  1146. jekyll-format >= "0.2.0"
  1147. jemalloc >= "0.2"
  1148. jerboa
  1149. jext
  1150. jhupllib >= "0.2.1"
  1151. jingoo >= "1.3.0"
  1152. jose
  1153. js_of_ocaml >= "3.3.0"
  1154. js_of_ocaml-compiler >= "3.3.0"
  1155. js_of_ocaml-lwt >= "3.3.0"
  1156. js_of_ocaml-ocamlbuild >= "3.5.0"
  1157. js_of_ocaml-ppx >= "3.3.0"
  1158. js_of_ocaml-ppx_deriving_json >= "3.3.0"
  1159. js_of_ocaml-toplevel >= "3.3.0"
  1160. js_of_ocaml-tyxml >= "3.3.0"
  1161. js_of_ocaml-webgpu
  1162. js_of_ocaml-webidl
  1163. js_of_ocaml_patches
  1164. json-data-encoding
  1165. json-data-encoding-browser
  1166. json-data-encoding-bson
  1167. json_decoder
  1168. jsonaf
  1169. jsonoo
  1170. jsonrpc
  1171. jsonschema2atd
  1172. jsonxt
  1173. jsoo-react
  1174. jsoo_broadcastchannel >= "2.0.0"
  1175. jsoo_storage >= "1.0.1"
  1176. jst-config
  1177. junit >= "2.0.1"
  1178. junit_alcotest >= "2.0.1"
  1179. junit_ounit >= "2.0.1"
  1180. jupyter >= "2.3.2"
  1181. jupyter-archimedes >= "2.3.2"
  1182. jupyter-kernel >= "0.4"
  1183. jwto
  1184. kafka >= "0.5"
  1185. kafka_async
  1186. kafka_lwt
  1187. kappa-agents
  1188. kappa-binaries
  1189. kappa-library
  1190. kappa-server
  1191. kcas
  1192. kcas_data
  1193. kdl
  1194. ke
  1195. key-parsers >= "0.10.0"
  1196. kicadsch >= "0.4.0"
  1197. kind2
  1198. kinetic-client >= "0.0.11"
  1199. kittyimg
  1200. kkmarkdown
  1201. kmt
  1202. knights_tour
  1203. kqueue
  1204. krb
  1205. lab
  1206. lablgtk3 >= "3.0.beta4"
  1207. lablgtk3-extras >= "3.0.1"
  1208. lablgtk3-goocanvas2
  1209. lablgtk3-gtkspell3
  1210. lablgtk3-rsvg2
  1211. lablgtk3-sourceview3
  1212. lablqml >= "0.6"
  1213. labrys
  1214. lacaml >= "11.0.2"
  1215. ladspa >= "0.2.0"
  1216. lambda
  1217. lambda-runtime
  1218. lambda-term >= "2.0"
  1219. lambda_streams
  1220. lambda_streams_async
  1221. lambda_streams_lwt
  1222. lambdapi >= "2.0.0"
  1223. lambdasoup >= "0.6.4"
  1224. lame >= "0.3.4"
  1225. landmarks >= "1.4"
  1226. landmarks-ppx
  1227. lascar >= "0.6-alpha"
  1228. lastfm >= "0.3.3"
  1229. launchd >= "1.3"
  1230. lazy-trie >= "1.2.0"
  1231. lbfgs >= "0.9.1"
  1232. lbvs_consent >= "2.1.0"
  1233. ldap >= "2.4.1"
  1234. ldp
  1235. ldp_curl
  1236. ldp_js
  1237. ldp_tls
  1238. leaflet
  1239. learn-ocaml
  1240. learn-ocaml-client
  1241. leaves
  1242. ledgerwallet
  1243. ledgerwallet-tezos
  1244. legacy_diffable
  1245. lens >= "1.2.3"
  1246. let-if >= "0.2.0"
  1247. letsencrypt
  1248. letsencrypt-app
  1249. letsencrypt-dns
  1250. letsencrypt-mirage
  1251. letters
  1252. leveldb >= "1.3.0"
  1253. lib_parsing
  1254. libabsolute
  1255. libbinaryen < "105.1.0" | >= "107.0.1"
  1256. libbpf
  1257. libbpf_maps
  1258. libc
  1259. libirmin
  1260. libsail
  1261. libsvm >= "0.10.0"
  1262. libzipperposition
  1263. lilac
  1264. lilv
  1265. line-up-words >= "v0.12.0"
  1266. line_oriented
  1267. linenoise >= "1.2.0"
  1268. links >= "0.9"
  1269. links-mysql
  1270. links-postgresql >= "0.9"
  1271. links-sqlite3
  1272. linol
  1273. linol-eio
  1274. linol-lwt
  1275. lintcstubs
  1276. lintcstubs-arity
  1277. lintcstubs-gen
  1278. linwrap
  1279. liquid_interpreter
  1280. liquid_ml
  1281. liquid_parser
  1282. liquid_std
  1283. liquid_syntax
  1284. liquidsoap >= "2.2.0"
  1285. liquidsoap-core
  1286. liquidsoap-js
  1287. liquidsoap-lang
  1288. liquidsoap-libs
  1289. liquidsoap-libs-extra
  1290. liquidsoap-mode
  1291. little_logger
  1292. llama
  1293. llama-cpp-ocaml
  1294. llama_core
  1295. llama_interactive
  1296. llama_midi
  1297. llvm >= "15.0.7+nnp-2"
  1298. lmdb >= "1.0"
  1299. lo >= "0.2.0"
  1300. lockfree
  1301. loga >= "0.0.5"
  1302. logical
  1303. logs-async
  1304. logs-async-reporter
  1305. logs-ppx
  1306. logs-syslog >= "0.2.0"
  1307. logtk >= "1.5.1"
  1308. loop
  1309. lp
  1310. lp-glpk
  1311. lp-glpk-js
  1312. lp-gurobi
  1313. lpd >= "1.2.2"
  1314. lreplay
  1315. lru >= "0.3.0"
  1316. lru_cache
  1317. lsp
  1318. lt-code
  1319. lua-ml >= "0.9.3"
  1320. lua_parser
  1321. lucid
  1322. lun
  1323. lustre-v6 >= "6.103.3"
  1324. lutils >= "1.51.2"
  1325. lutin >= "2.71.10"
  1326. luv
  1327. luv_unix
  1328. lwd
  1329. lwt >= "4.2.0"
  1330. lwt-canceler >= "0.2"
  1331. lwt-dllist
  1332. lwt-exit
  1333. lwt-parallel >= "1.0.0"
  1334. lwt-watcher >= "0.2"
  1335. lwt_domain
  1336. lwt_eio
  1337. lwt_glib >= "1.1.1"
  1338. lwt_log >= "1.1.1"
  1339. lwt_ppx >= "1.2.2"
  1340. lwt_ppx_let
  1341. lwt_react >= "1.1.2"
  1342. lwt_ssl >= "1.1.3"
  1343. lz4 >= "1.2.0"
  1344. lz4_chans >= "3.0.1"
  1345. lzo >= "0.0.3"
  1346. m_tree
  1347. macaddr
  1348. macaddr-cstruct
  1349. macaddr-sexp
  1350. mad >= "0.5.0"
  1351. magic-mime >= "1.1.2"
  1352. magic-trace
  1353. make-random
  1354. malfunction >= "0.3"
  1355. man_in_the_middle_debugger
  1356. markdown
  1357. markup >= "0.8.0"
  1358. markup-lwt
  1359. mastodon-archive-viewer >= "0.2"
  1360. matita
  1361. matplotlib
  1362. mbr-format >= "1.0.0"
  1363. mc2
  1364. mccs >= "1.1+10"
  1365. md2mld
  1366. mdx != "1.7.0"
  1367. mec
  1368. mechaml >= "1.1.0"
  1369. mehari
  1370. mehari-eio
  1371. mehari-eio-unix
  1372. mehari-lwt-unix
  1373. mehari-mirage
  1374. mel
  1375. melange != "4.0.0-52"
  1376. melange-atdgen-codec-runtime
  1377. melange-compiler-libs
  1378. melange-fest
  1379. melange-fetch
  1380. melange-jest
  1381. melange-json
  1382. melange-moment
  1383. melange-numeral
  1384. melange-radix-icons
  1385. melange-react-dates
  1386. melange-react-query
  1387. melange-recharts
  1388. melange-testing-library
  1389. melange-webapi
  1390. meldep
  1391. mem_usage
  1392. memcad >= "1.1.0"
  1393. memgraph
  1394. memgraph_kitty
  1395. memo
  1396. memprof-limits
  1397. memtrace
  1398. memtrace-mirage
  1399. memtrace_viewer
  1400. menhir >= "20200123"
  1401. menhirCST
  1402. menhirLib
  1403. menhirSdk
  1404. merge-fmt
  1405. merlin >= "3.2.1"
  1406. merlin-extend >= "0.4"
  1407. merlin-lib
  1408. mesh >= "0.9.5"
  1409. mesh-easymesh >= "0.9.5"
  1410. mesh-graphics >= "0.9.5"
  1411. mesh-triangle >= "0.9.5"
  1412. metadata
  1413. metadb
  1414. metapp
  1415. metaquot
  1416. metrics
  1417. metrics-influx
  1418. metrics-lwt
  1419. metrics-mirage
  1420. metrics-rusage
  1421. metrics-unix
  1422. mew
  1423. mew_vi
  1424. middleware
  1425. mimic
  1426. mimic-happy-eyeballs
  1427. mindstorm >= "0.8"
  1428. mindstorm-lwt
  1429. minicaml
  1430. minicli >= "5.0.2"
  1431. minisat >= "0.3"
  1432. minttea
  1433. miou
  1434. mirage >= "3.3.0"
  1435. mirage-block >= "1.2.0"
  1436. mirage-block-ccm >= "1.1.0"
  1437. mirage-block-combinators
  1438. mirage-block-lwt >= "1.2.0"
  1439. mirage-block-partition
  1440. mirage-block-ramdisk >= "0.4"
  1441. mirage-block-solo5 >= "0.6.0"
  1442. mirage-block-unix >= "2.11.0"
  1443. mirage-block-xen >= "1.6.0"
  1444. mirage-bootvar
  1445. mirage-bootvar-solo5 >= "0.6.0"
  1446. mirage-bootvar-unix
  1447. mirage-bootvar-xen >= "0.6.0"
  1448. mirage-channel >= "3.2.0"
  1449. mirage-channel-lwt >= "3.2.0"
  1450. mirage-clock >= "2.0.0"
  1451. mirage-clock-freestanding >= "2.0.0"
  1452. mirage-clock-lwt >= "2.0.0"
  1453. mirage-clock-solo5
  1454. mirage-clock-unix >= "2.0.0"
  1455. mirage-conduit = "1.3.0" | >= "3.1.0"
  1456. mirage-console >= "2.4.0"
  1457. mirage-console-lwt >= "2.4.0"
  1458. mirage-console-solo5 >= "0.6.0"
  1459. mirage-console-unix >= "2.4.1"
  1460. mirage-console-xen >= "2.4.0"
  1461. mirage-console-xen-backend >= "2.4.0"
  1462. mirage-console-xen-proto >= "2.4.0"
  1463. mirage-crypto
  1464. mirage-crypto-ec
  1465. mirage-crypto-entropy
  1466. mirage-crypto-pk
  1467. mirage-crypto-rng
  1468. mirage-crypto-rng-async
  1469. mirage-crypto-rng-eio
  1470. mirage-crypto-rng-lwt
  1471. mirage-crypto-rng-miou-unix
  1472. mirage-crypto-rng-mirage
  1473. mirage-device >= "1.2.0"
  1474. mirage-dns >= "3.1.0"
  1475. mirage-entropy >= "0.5.1"
  1476. mirage-flow >= "1.6.0"
  1477. mirage-flow-combinators
  1478. mirage-flow-lwt >= "1.6.0"
  1479. mirage-flow-rawlink >= "1.1.0"
  1480. mirage-flow-unix >= "1.6.0"
  1481. mirage-fs >= "1.2.0"
  1482. mirage-fs-lwt >= "1.2.0"
  1483. mirage-fs-mem
  1484. mirage-fs-unix >= "1.6.0"
  1485. mirage-kv >= "2.0.0"
  1486. mirage-kv-lwt >= "2.0.0"
  1487. mirage-kv-mem
  1488. mirage-kv-unix
  1489. mirage-logs >= "1.0.0"
  1490. mirage-monitoring
  1491. mirage-nat >= "1.1.0"
  1492. mirage-net >= "2.0.0"
  1493. mirage-net-lwt >= "2.0.0"
  1494. mirage-net-macosx >= "1.5.0"
  1495. mirage-net-solo5 >= "0.4.3"
  1496. mirage-net-unix >= "2.5.0"
  1497. mirage-net-xen >= "1.9.0"
  1498. mirage-profile >= "0.9.0"
  1499. mirage-profile-unix >= "0.9.0"
  1500. mirage-profile-xen >= "0.9.0"
  1501. mirage-protocols >= "2.0.0"
  1502. mirage-protocols-lwt >= "2.0.0"
  1503. mirage-qubes >= "0.7.0"
  1504. mirage-qubes-ipv4 >= "0.7.0"
  1505. mirage-random >= "1.2.0"
  1506. mirage-random-stdlib
  1507. mirage-random-test
  1508. mirage-runtime >= "3.3.0"
  1509. mirage-solo5 >= "0.6.2"
  1510. mirage-stack >= "1.4.0"
  1511. mirage-stack-lwt >= "1.4.0"
  1512. mirage-time >= "1.3.0"
  1513. mirage-time-lwt >= "1.3.0"
  1514. mirage-time-unix >= "1.3.0"
  1515. mirage-types >= "3.3.0"
  1516. mirage-types-lwt >= "3.3.0"
  1517. mirage-unix >= "3.2.0"
  1518. mirage-vnetif >= "0.4.2"
  1519. mirage-vnetif-stack
  1520. mirage-xen >= "3.2.0"
  1521. mjson
  1522. mkaudio >= "1.1.0"
  1523. mkocaml
  1524. mlbdd >= "0.7.2"
  1525. mlfenv
  1526. mlmpfr >= "4.0.2+dune"
  1527. mlpost >= "0.9"
  1528. mlpost-lablgtk
  1529. mlt_parser >= "v0.12.0"
  1530. mlx
  1531. mm >= "0.7.0"
  1532. mmap
  1533. mmdb
  1534. mnd
  1535. mock >= "0.1.1"
  1536. mock-ounit >= "0.1.1"
  1537. module-graph
  1538. molenc >= "5.0.0"
  1539. monaco_jsoo
  1540. monolith
  1541. monomorphic >= "2.0"
  1542. monorobot
  1543. moonpool
  1544. moonpool-lwt
  1545. mopsa
  1546. morbig >= "0.10.3"
  1547. morsmall
  1548. moss >= "0.1.1"
  1549. mparser >= "1.3"
  1550. mparser-pcre
  1551. mparser-re
  1552. mperf
  1553. mpg123
  1554. mpp >= "0.3.4"
  1555. mpris >= "0.2.0"
  1556. mpris-clients
  1557. mqtt >= "0.2.2"
  1558. mrmime
  1559. mrt-format >= "0.3.1"
  1560. msat >= "0.8"
  1561. msat-bin
  1562. msgpck >= "1.5"
  1563. msgpck-repr
  1564. mssql
  1565. mugen
  1566. mula
  1567. multibase
  1568. multicodec
  1569. multicont >= "1.0.1"
  1570. multicore-bench
  1571. multicore-magic
  1572. multicore-magic-dscheck
  1573. multihash
  1574. multihash-digestif
  1575. multipart-form-data >= "0.3.0"
  1576. multipart_form
  1577. multipart_form-cohttp-lwt
  1578. multipart_form-eio
  1579. multipart_form-lwt
  1580. murmur3 >= "0.3"
  1581. mustache >= "3.1.0"
  1582. mustache-cli
  1583. mutaml
  1584. mutf8
  1585. mwt
  1586. mybuild >= "7"
  1587. mysql8
  1588. mysql_protocol >= "3.0.1"
  1589. n_ary
  1590. naboris
  1591. nacc
  1592. nanoid
  1593. nanosvg
  1594. nanosvg_text
  1595. nbd >= "4.0.3"
  1596. nbd-tool
  1597. nbd-unix
  1598. netchannel >= "1.9.0"
  1599. netkat
  1600. netlink >= "0.3.4"
  1601. netsnmp
  1602. neural_nets_lib
  1603. nice_parser
  1604. ninja_utils
  1605. niru
  1606. nloge
  1607. nlopt
  1608. nmea
  1609. noCanren >= "0.3.0~alpha1"
  1610. nocoiner
  1611. node_of_ocaml
  1612. noise
  1613. nomad
  1614. non_empty_list
  1615. nottui
  1616. nottui-lwt
  1617. nottui-pretty
  1618. notty >= "0.2.3"
  1619. notty_async >= "v0.12.0"
  1620. np
  1621. npy >= "0.0.9"
  1622. nsq >= "0.4.0"
  1623. numeric_string
  1624. nuscr
  1625. OCADml
  1626. OCanren
  1627. OCanren-ppx
  1628. OSCADml
  1629. obeam
  1630. obelisk >= "0.5.0"
  1631. obuilder
  1632. obuilder-spec
  1633. obus >= "1.2.0"
  1634. ocal >= "0.2.2"
  1635. ocaml-canvas
  1636. ocaml-compiler-libs >= "v0.12.0"
  1637. ocaml-embed-file
  1638. ocaml-in-python
  1639. ocaml-index
  1640. ocaml-lsp-server
  1641. ocaml-lua >= "1.8"
  1642. ocaml-migrate-parsetree >= "1.2.0"
  1643. ocaml-migrate-parsetree-ocamlbuild >= "1.2.0"
  1644. ocaml-monadic >= "0.4.1"
  1645. ocaml-print-intf
  1646. ocaml-probes
  1647. ocaml-protoc >= "2.0.1"
  1648. ocaml-protoc-plugin
  1649. ocaml-r >= "0.1.1"
  1650. ocaml-syntax-shims
  1651. ocaml-systemd >= "1.3"
  1652. ocaml-top >= "1.2.0"
  1653. ocaml-vdom < "transition"
  1654. ocaml-version >= "1.0.0"
  1655. ocaml_db_model
  1656. ocaml_intrinsics
  1657. ocaml_intrinsics_kernel
  1658. ocaml_openapi_generator
  1659. ocaml_pgsql_model
  1660. ocaml_plugin >= "v0.12.0"
  1661. ocamlapi
  1662. ocamlapi_async
  1663. ocamlapi_lwt_unix
  1664. ocamlapi_ppx
  1665. ocamlc-loc
  1666. ocamlcodoc
  1667. ocamldiff >= "1.2"
  1668. ocamlformat >= "0.24.1"
  1669. ocamlformat-lib
  1670. ocamlformat-rpc < "removed"
  1671. ocamlformat-rpc-lib
  1672. ocamlfuse >= "2.7.1-cvs6"
  1673. ocamlgraph >= "2.0.0"
  1674. ocamlgraph_gtk
  1675. ocamline
  1676. ocamlmerlin-mlx
  1677. ocamlog
  1678. ocamlregextkit
  1679. ocannl_npy
  1680. ocb
  1681. ocf >= "0.8.0"
  1682. ocf_ppx
  1683. ockt
  1684. ocluster != "0.2"
  1685. ocluster-api
  1686. ocluster-worker
  1687. ocolor
  1688. ocp-browser >= "1.1.9"
  1689. ocp-indent >= "1.7.0"
  1690. ocp-indent-nlfork >= "1.5.4"
  1691. ocp-index >= "1.1.9"
  1692. ocp-search
  1693. ocp_reveal
  1694. ocplib-endian >= "1.1"
  1695. ocplib-json-typed-browser
  1696. ocplib-json-typed-bson
  1697. ocplib-simplex >= "0.5"
  1698. ocplib_stuff >= "0.4.0"
  1699. ocsigen-i18n >= "4.0.0"
  1700. ocsigen-ppx-rpc
  1701. ocsigenserver >= "4.0.1"
  1702. ocsipersist
  1703. ocsipersist-dbm
  1704. ocsipersist-dbm-config
  1705. ocsipersist-lib
  1706. ocsipersist-pgsql
  1707. ocsipersist-pgsql-config
  1708. ocsipersist-sqlite
  1709. ocsipersist-sqlite-config
  1710. octavius >= "1.2.2"
  1711. octez-accuser-Proxford >= "19.0"
  1712. octez-accuser-PsParisC
  1713. octez-accuser-PtKathma
  1714. octez-accuser-PtLimaPt
  1715. octez-accuser-PtMumbai
  1716. octez-accuser-PtNairob < "18.0" | >= "19.0"
  1717. octez-accuser-PtParisB
  1718. octez-alcotezt < "17.3" | >= "19.0"
  1719. octez-baker-Proxford >= "19.0"
  1720. octez-baker-PsParisC
  1721. octez-baker-PtKathma
  1722. octez-baker-PtLimaPt
  1723. octez-baker-PtMumbai
  1724. octez-baker-PtNairob < "18.0" | >= "19.0"
  1725. octez-baker-PtParisB
  1726. octez-bls12-381-hash < "17.3"
  1727. octez-bls12-381-polynomial < "17.3"
  1728. octez-bls12-381-signature < "17.3"
  1729. octez-client < "18.0" | >= "19.0"
  1730. octez-codec < "18.0" | >= "19.0"
  1731. octez-crawler < "18.0" | >= "19.0"
  1732. octez-dac-client >= "19.0"
  1733. octez-dac-node >= "19.0"
  1734. octez-dal-node
  1735. octez-distributed-internal < "17.3" | >= "19.0"
  1736. octez-distributed-lwt-internal < "18.0" | >= "19.0"
  1737. octez-injector < "18.0" | >= "19.0"
  1738. octez-internal-libs
  1739. octez-l2-libs >= "19.0"
  1740. octez-libs >= "19.0"
  1741. octez-mec < "17.3"
  1742. octez-node < "18.0" | >= "19.0"
  1743. octez-node-config < "18.0" | >= "19.0"
  1744. octez-plompiler
  1745. octez-plonk
  1746. octez-polynomial < "17.3"
  1747. octez-proto-libs >= "19.0"
  1748. octez-protocol-000-Ps9mPmXa-libs >= "19.0"
  1749. octez-protocol-001-PtCJ7pwo-libs >= "19.0"
  1750. octez-protocol-002-PsYLVpVv-libs >= "19.0"
  1751. octez-protocol-003-PsddFKi3-libs >= "19.0"
  1752. octez-protocol-004-Pt24m4xi-libs >= "19.0"
  1753. octez-protocol-005-PsBabyM1-libs >= "19.0"
  1754. octez-protocol-006-PsCARTHA-libs >= "19.0"
  1755. octez-protocol-007-PsDELPH1-libs >= "19.0"
  1756. octez-protocol-008-PtEdo2Zk-libs >= "19.0"
  1757. octez-protocol-009-PsFLoren-libs >= "19.0"
  1758. octez-protocol-010-PtGRANAD-libs >= "19.0"
  1759. octez-protocol-011-PtHangz2-libs >= "19.0"
  1760. octez-protocol-012-Psithaca-libs >= "19.0"
  1761. octez-protocol-013-PtJakart-libs >= "19.0"
  1762. octez-protocol-014-PtKathma-libs >= "19.0"
  1763. octez-protocol-015-PtLimaPt-libs >= "19.0"
  1764. octez-protocol-016-PtMumbai-libs >= "19.0"
  1765. octez-protocol-017-PtNairob-libs >= "19.0"
  1766. octez-protocol-018-Proxford-libs >= "19.0"
  1767. octez-protocol-019-PtParisB-libs
  1768. octez-protocol-020-PsParisC-libs
  1769. octez-protocol-alpha-libs >= "19.0"
  1770. octez-protocol-compiler < "18.0" | >= "19.0"
  1771. octez-proxy-server < "18.0" | >= "19.0"
  1772. octez-rpc-process
  1773. octez-shell-libs >= "19.0"
  1774. octez-signer < "18.0" | >= "19.0"
  1775. octez-smart-rollup-client-PtMumbai
  1776. octez-smart-rollup-client-PtNairob < "18.0"
  1777. octez-smart-rollup-node != "18.1"
  1778. octez-smart-rollup-node-alpha >= "19.0"
  1779. octez-smart-rollup-node-lib >= "19.0"
  1780. octez-smart-rollup-node-Proxford >= "19.0"
  1781. octez-smart-rollup-node-PsParisC
  1782. octez-smart-rollup-node-PtMumbai
  1783. octez-smart-rollup-node-PtNairob < "18.0" | >= "19.0"
  1784. octez-smart-rollup-node-PtParisB
  1785. octez-smart-rollup-wasm-benchmark-lib
  1786. octez-smart-rollup-wasm-debugger < "18.0" | >= "19.0"
  1787. octez-smart-rollup-wasm-debugger-lib
  1788. octez-smart-rollup-wasm-debugger-plugin
  1789. octez-tx-rollup-client-PtKathma
  1790. octez-tx-rollup-client-PtLimaPt
  1791. octez-tx-rollup-node-PtKathma
  1792. octez-tx-rollup-node-PtLimaPt
  1793. octez-validator
  1794. octez-version >= "19.0"
  1795. odash
  1796. odate >= "0.6"
  1797. odds >= "1.1"
  1798. odep
  1799. odepack >= "0.6.9"
  1800. odnnr
  1801. odoc >= "1.4.0"
  1802. odoc-parser
  1803. of_json
  1804. offheap
  1805. oframl
  1806. ogg = "0.6.0" | >= "0.7.0"
  1807. ohex
  1808. oidc
  1809. ojo
  1810. ojs
  1811. ojs_base
  1812. ojs_base_all
  1813. ojs_base_ppx
  1814. ojs_ed
  1815. ojs_filetree
  1816. ojs_list
  1817. olinq >= "0.3"
  1818. oma
  1819. omd >= "1.3.2"
  1820. ometrics
  1821. omg
  1822. omigrate
  1823. omlr >= "1.0.3"
  1824. omtl
  1825. oneffs
  1826. oniguruma
  1827. opam-0install
  1828. opam-0install-cudf
  1829. opam-bin >= "1.0.0"
  1830. opam-build
  1831. opam-check-npm-deps
  1832. opam-client >= "2.0.2"
  1833. opam-compiler
  1834. opam-core >= "2.0.2"
  1835. opam-custom-install
  1836. opam-devel >= "2.0.2"
  1837. opam-dune-lint >= "0.3"
  1838. opam-ed >= "0.4"
  1839. opam-file-format >= "2.1.0" & < "2.1.5"
  1840. opam-format >= "2.0.2"
  1841. opam-graph
  1842. opam-grep >= "0.2.0"
  1843. opam-installer >= "2.0.2"
  1844. opam-monorepo
  1845. opam-package-upgrade >= "0.2"
  1846. opam-publish >= "2.0.2"
  1847. opam-repository >= "2.0.2"
  1848. opam-solver >= "2.0.2"
  1849. opam-spin
  1850. opam-state >= "2.0.2"
  1851. opam-test
  1852. opam2web >= "2.0"
  1853. opam_bin_lib != "0.9.5"
  1854. opasswd >= "1.3.1"
  1855. opazl
  1856. openai
  1857. openai-gym
  1858. openapi
  1859. openapi_router
  1860. opencc0
  1861. opencc1
  1862. opencc1_1
  1863. openQASM
  1864. openstellina
  1865. opentelemetry
  1866. opentelemetry-client-cohttp-lwt
  1867. opentelemetry-client-ocurl
  1868. opentelemetry-cohttp-lwt
  1869. opentelemetry-lwt
  1870. opine
  1871. opium >= "0.17.0"
  1872. opium-graphql
  1873. opium-testing
  1874. opium_kernel >= "0.17.0"
  1875. oplot
  1876. oplsr
  1877. opomodoro
  1878. opsian
  1879. optal
  1880. opti
  1881. optimization1d >= "0.6.1"
  1882. optiml-transport
  1883. optint >= "0.0.2"
  1884. opus >= "0.2.0"
  1885. oraft
  1886. oranger >= "2.0.1"
  1887. order-i3-xfce
  1888. ordering
  1889. ordinal
  1890. ordinal_abbreviation
  1891. ordma >= "0.0.5"
  1892. orec >= "1.0.1"
  1893. orewa
  1894. orf
  1895. orgeat
  1896. orpie
  1897. orrandomForest
  1898. orsvm_e1071 >= "4.0.0"
  1899. ortac-core
  1900. ortac-dune
  1901. ortac-qcheck-stm
  1902. ortac-runtime
  1903. ortac-runtime-qcheck-stm
  1904. orxgboost >= "1.1.0"
  1905. osc >= "0.2.0"
  1906. osc-lwt
  1907. osc-unix
  1908. osdp >= "1.1.1"
  1909. oseq >= "0.2"
  1910. osh
  1911. oskel
  1912. osnap
  1913. osx-secure-transport >= "0.1.1"
  1914. otf
  1915. otoggl
  1916. otoml
  1917. otr >= "0.3.6"
  1918. ounit = "2.1.2"
  1919. ounit-lwt < "2.2.0"
  1920. ounit2
  1921. ounit2-lwt
  1922. override
  1923. owee >= "0.3"
  1924. owi
  1925. owl >= "0.4.0"
  1926. owl-base >= "0.4.0"
  1927. owl-jupyter
  1928. owl-ode
  1929. owl-ode-base
  1930. owl-ode-odepack
  1931. owl-ode-sundials
  1932. owl-opt
  1933. owl-opt-lbfgs
  1934. owl-plplot
  1935. owl-symbolic
  1936. owl-top >= "0.4.0"
  1937. owl-zoo >= "0.4.0"
  1938. owork
  1939. ozulip
  1940. p4pp
  1941. p5scm
  1942. packstream
  1943. pacomb
  1944. paf
  1945. paf-cohttp
  1946. paf-le
  1947. pam
  1948. pancake
  1949. pandoc
  1950. pandoc-abbreviations
  1951. pandoc-comment
  1952. pandoc-crossref
  1953. pandoc-include
  1954. pandoc-inspect
  1955. pandoc-pdf2png
  1956. pandoc-replace
  1957. papi >= "0.1.1"
  1958. par_incr
  1959. parany >= "7.0.2"
  1960. pardi >= "2.0.2"
  1961. pari
  1962. pari-bindings
  1963. parmap >= "1.1.1"
  1964. parse-argv >= "0.2.0"
  1965. parsexp >= "v0.12.0"
  1966. parsexp_io >= "v0.12.0"
  1967. parsite
  1968. parsley
  1969. passage
  1970. patch
  1971. patdiff >= "v0.12.1"
  1972. path_glob
  1973. patience_diff >= "v0.12.0"
  1974. patoline >= "0.2"
  1975. patricia-tree
  1976. pattern
  1977. pb
  1978. pb-plugin
  1979. pbkdf >= "1.0.0"
  1980. pbrt
  1981. pbrt_services
  1982. pbrt_yojson
  1983. pcap-format >= "0.5.2"
  1984. pcre >= "7.3.5"
  1985. pcre2
  1986. pds-reachability >= "0.2.2"
  1987. pecu >= "0.2"
  1988. petr4
  1989. petrol
  1990. pf-qubes
  1991. pg_query
  1992. pgocaml >= "4.0"
  1993. pgocaml_ppx
  1994. pgx >= "1.0"
  1995. pgx_async >= "1.0"
  1996. pgx_lwt >= "1.0"
  1997. pgx_lwt_mirage
  1998. pgx_lwt_unix
  1999. pgx_unix >= "1.0"
  2000. pgx_value_core
  2001. pgx_value_ptime
  2002. phantom-algebra >= "1.0.1"
  2003. phonetic
  2004. phylogenetics
  2005. piaf
  2006. picasso
  2007. picos
  2008. piece_rope
  2009. piqi >= "0.7.8"
  2010. piqilib >= "0.6.16"
  2011. pixel_pusher
  2012. pkcs11 >= "0.18.0"
  2013. pkcs11-cli
  2014. pkcs11-driver
  2015. pkcs11-rev
  2016. pla >= "1.3"
  2017. plateau
  2018. plato
  2019. plebeia
  2020. plist-xml
  2021. plist-xml-lwt
  2022. plotkicadsch >= "0.4.0"
  2023. plotly
  2024. plplot >= "5.11.0-1"
  2025. polars
  2026. polars_async
  2027. polka
  2028. poll
  2029. polling_state_rpc
  2030. polly
  2031. polynomial
  2032. pomap >= "4.1.0"
  2033. popper
  2034. portaudio >= "0.2.2"
  2035. portaudio_c_bindings
  2036. portmidi
  2037. posix-base
  2038. posix-bindings
  2039. posix-getopt >= "2.0.0"
  2040. posix-signal
  2041. posix-socket
  2042. posix-socket-unix
  2043. posix-time2
  2044. posix-types >= "2.0.0"
  2045. posix-uname
  2046. posixat >= "v0.12.0"
  2047. postgres_async
  2048. postgresql >= "4.4.1"
  2049. pp
  2050. pp-binary-ints
  2051. pp_loc
  2052. pprint >= "20200226"
  2053. ppx-owl-opt
  2054. ppx_accessor
  2055. ppx_assert >= "v0.12.0"
  2056. ppx_bap
  2057. ppx_base >= "v0.12.0"
  2058. ppx_bench >= "v0.12.0"
  2059. ppx_bigarray >= "3.0.0"
  2060. ppx_bin_prot >= "v0.12.0"
  2061. ppx_bitstring >= "4.0.0"
  2062. ppx_blob >= "0.6.0"
  2063. ppx_bsx
  2064. ppx_camlrack
  2065. ppx_catch
  2066. ppx_cold
  2067. ppx_compare >= "v0.12.0"
  2068. ppx_compose >= "0.1.0"
  2069. ppx_const >= "2.0"
  2070. ppx_conv_func >= "v0.12.0"
  2071. ppx_counters
  2072. ppx_css
  2073. ppx_cstruct >= "3.3.0"
  2074. ppx_cstubs
  2075. ppx_csv_conv >= "v0.12.0"
  2076. ppx_custom_printf >= "v0.12.0"
  2077. ppx_decimal
  2078. ppx_default
  2079. ppx_defer >= "0.4.0"
  2080. ppx_demo
  2081. ppx_derive_at_runtime
  2082. ppx_derivers >= "1.2.1"
  2083. ppx_deriving = "4.3" | >= "4.5-1"
  2084. ppx_deriving_cad
  2085. ppx_deriving_cmdliner >= "0.5.1"
  2086. ppx_deriving_encoding
  2087. ppx_deriving_hardcaml >= "v0.12.0"
  2088. ppx_deriving_hash
  2089. ppx_deriving_jsoo
  2090. ppx_deriving_madcast >= "0.2"
  2091. ppx_deriving_popper
  2092. ppx_deriving_protobuf >= "2.7"
  2093. ppx_deriving_qcheck
  2094. ppx_deriving_rpc >= "6.1.0"
  2095. ppx_deriving_scad
  2096. ppx_deriving_variant_string
  2097. ppx_deriving_yaml
  2098. ppx_deriving_yojson >= "3.3"
  2099. ppx_diff
  2100. ppx_disable_unused_warnings
  2101. ppx_distr_guards >= "0.2"
  2102. ppx_dream_eml
  2103. ppx_embed_file
  2104. ppx_enum
  2105. ppx_enumerate >= "v0.12.0"
  2106. ppx_expect >= "v0.12.0"
  2107. ppx_factory
  2108. ppx_fail >= "v0.12.0"
  2109. ppx_fast_pipe
  2110. ppx_fields_conv >= "v0.12.0"
  2111. ppx_fixed_literal
  2112. ppx_fun >= "0.0.9"
  2113. ppx_gen_rec >= "1.1.0"
  2114. ppx_getenv >= "2.0"
  2115. ppx_globalize
  2116. ppx_hardcaml >= "v0.17.0"
  2117. ppx_hash >= "v0.12.0"
  2118. ppx_here >= "v0.12.0"
  2119. ppx_ignore_instrumentation
  2120. ppx_import >= "1.5-3-gbd627d5"
  2121. ppx_inline_alcotest
  2122. ppx_inline_test >= "v0.12.0"
  2123. ppx_interact
  2124. ppx_irmin
  2125. ppx_jane >= "v0.12.0"
  2126. ppx_js_style >= "v0.12.0"
  2127. ppx_jsobject_conv >= "0.6.0"
  2128. ppx_jsonaf_conv
  2129. ppx_let >= "v0.12.0"
  2130. ppx_log
  2131. ppx_lun
  2132. ppx_make
  2133. ppx_map
  2134. ppx_matches
  2135. ppx_meta_conv >= "4.0.1"
  2136. ppx_minidebug
  2137. ppx_module_timer
  2138. ppx_monad
  2139. ppx_monoid >= "0.3.2"
  2140. ppx_mysql
  2141. ppx_mysql_identity
  2142. ppx_open
  2143. ppx_optcomp >= "v0.12.0"
  2144. ppx_optint
  2145. ppx_optional >= "v0.12.0"
  2146. ppx_parser
  2147. ppx_partial
  2148. ppx_pattern_bind
  2149. ppx_pbt
  2150. ppx_pipebang >= "v0.12.0"
  2151. ppx_protocol_conv >= "3.1.0"
  2152. ppx_protocol_conv_json >= "3.1.0"
  2153. ppx_protocol_conv_jsonm
  2154. ppx_protocol_conv_msgpack >= "3.1.0"
  2155. ppx_protocol_conv_xml_light >= "3.1.0"
  2156. ppx_protocol_conv_xmlm
  2157. ppx_protocol_conv_yaml >= "3.1.0"
  2158. ppx_pyformat
  2159. ppx_python
  2160. ppx_quick_test
  2161. ppx_rapper
  2162. ppx_rapper_async
  2163. ppx_rapper_lwt
  2164. ppx_regexp >= "0.4.0"
  2165. ppx_relit
  2166. ppx_repr
  2167. ppx_seq
  2168. ppx_sexp_conv >= "v0.12.0"
  2169. ppx_sexp_message >= "v0.12.0"
  2170. ppx_sexp_value >= "v0.12.0"
  2171. ppx_show
  2172. ppx_stable
  2173. ppx_stable_witness
  2174. ppx_string
  2175. ppx_string_conv
  2176. ppx_string_interpolation
  2177. ppx_subliner
  2178. ppx_system
  2179. ppx_test >= "1.7.0"
  2180. ppx_there
  2181. ppx_tools >= "6.0+4.08.0"
  2182. ppx_tools_versioned >= "5.2.2"
  2183. ppx_trace
  2184. ppx_ts
  2185. ppx_tydi
  2186. ppx_type_directed_value
  2187. ppx_typed_fields
  2188. ppx_typerep_conv >= "v0.12.0"
  2189. ppx_tyre
  2190. ppx_units
  2191. ppx_update
  2192. ppx_variants_conv >= "v0.12.0"
  2193. ppx_viewpattern
  2194. ppx_wideopen
  2195. ppx_xml_conv >= "v0.12.0"
  2196. ppx_yojson
  2197. ppx_yojson_conv
  2198. ppx_yojson_conv_lib
  2199. ppxfind >= "1.3"
  2200. ppxlib >= "0.4.0"
  2201. ppxlib_jane
  2202. ppxx >= "2.4.0"
  2203. pratter
  2204. prbnmcn-basic-structures
  2205. prbnmcn-cgrph
  2206. prbnmcn-clustering
  2207. prbnmcn-dagger
  2208. prbnmcn-dagger-gsl
  2209. prbnmcn-dagger-stats
  2210. prbnmcn-dagger-test
  2211. prbnmcn-gnuplot
  2212. prbnmcn-linalg
  2213. prbnmcn-mcts
  2214. prbnmcn-proptest
  2215. prbnmcn-stats
  2216. prbnmcn-ucb1
  2217. prc
  2218. preface
  2219. prelude
  2220. pretty_expressive
  2221. prettym
  2222. printbox >= "0.3"
  2223. printbox-html
  2224. printbox-md
  2225. printbox-text >= "0.6.1"
  2226. proc-smaps
  2227. process_limits
  2228. processor
  2229. producer
  2230. prof_spacetime >= "0.3.0"
  2231. profiling
  2232. profunctor
  2233. progress
  2234. prom
  2235. prometheus >= "0.6"
  2236. prometheus-app >= "0.6"
  2237. prometheus-liquidsoap >= "2"
  2238. promise
  2239. promise_jsoo
  2240. promise_jsoo_lwt
  2241. protocell
  2242. protocol-9p >= "1.0.0"
  2243. protocol-9p-tool >= "1.0.0"
  2244. protocol-9p-unix >= "1.0.0"
  2245. protocol_version_header >= "v0.12.0"
  2246. provider
  2247. prr
  2248. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2249. psq >= "0.1.1"
  2250. ptmap >= "2.0.5"
  2251. ptset >= "1.0.1"
  2252. pulseaudio >= "0.1.4"
  2253. pure-html
  2254. pure-splitmix >= "0.3"
  2255. pvec
  2256. py >= "1.1"
  2257. pyast
  2258. pyml >= "20210924"
  2259. pyml_bindgen >= "0.3.0"
  2260. pyre-ast
  2261. pythonlib
  2262. qbf >= "0.3"
  2263. qcheck >= "0.9"
  2264. qcheck-alcotest
  2265. qcheck-core
  2266. qcheck-lin
  2267. qcheck-multicoretests-util
  2268. qcheck-ounit
  2269. qcheck-stm
  2270. qinap
  2271. qiskit
  2272. qmp >= "0.19.0"
  2273. qrencode >= "0.2"
  2274. qtest >= "2.10.1"
  2275. queenshead
  2276. quests
  2277. quick_print
  2278. quickjs
  2279. radamsa
  2280. radare2 >= "0.0.3"
  2281. randii
  2282. random
  2283. randomconv >= "0.1.1"
  2284. randoml
  2285. range >= "0.8"
  2286. rangeSet
  2287. rankers
  2288. rawlink >= "1.0"
  2289. rawlink-eio
  2290. rawlink-lwt
  2291. raygui
  2292. raylib
  2293. rdbg >= "1.196.12"
  2294. rdf >= "0.13.0"
  2295. rdf_impls
  2296. rdf_json_ld
  2297. rdf_lwt
  2298. rdf_mysql
  2299. rdf_postgresql
  2300. rdf_ppx
  2301. re >= "1.9.0"
  2302. re2 >= "v0.12.1"
  2303. re2_stable
  2304. re_parser
  2305. rea
  2306. reactiveData >= "0.3.0"
  2307. reactjs-jsx-ppx
  2308. readline
  2309. reanalyze
  2310. reason >= "3.5.0"
  2311. reason-react
  2312. reason-react-ppx
  2313. reason-standard
  2314. received
  2315. record_builder >= "v0.12.0"
  2316. records >= "1.0.0"
  2317. reddit_api_async
  2318. reddit_api_kernel
  2319. redirect
  2320. redis >= "0.4"
  2321. redis-async
  2322. redis-lwt >= "0.4"
  2323. redis-sync >= "0.4"
  2324. reed-solomon-erasure >= "1.0.2"
  2325. reedsolomon >= "0.3"
  2326. refl
  2327. regenerate >= "0.2"
  2328. regex_parser_intf
  2329. relit_helper
  2330. remu_ts
  2331. reparse
  2332. reparse-lwt
  2333. reparse-lwt-unix
  2334. reparse-unix
  2335. repr
  2336. repr-bench
  2337. repr-fuzz
  2338. res >= "5.0.1"
  2339. res_tailwindcss
  2340. rescript-syntax
  2341. reshowcase
  2342. resource-pooling >= "1.1"
  2343. resource_cache >= "v0.12.0"
  2344. resp
  2345. resp-client
  2346. resp-mirage
  2347. resp-server >= "0.9"
  2348. resp-unix
  2349. resto
  2350. resto-acl
  2351. resto-cohttp
  2352. resto-cohttp-client
  2353. resto-cohttp-self-serving-client
  2354. resto-cohttp-server
  2355. resto-directory
  2356. resto-json
  2357. result >= "1.4"
  2358. rfc1951 >= "0.8.1" & != "1.0.0"
  2359. rfc6287 >= "1.0.4"
  2360. rfc7748
  2361. rfsm >= "1.6-alpha-3"
  2362. rhythm
  2363. ringo
  2364. ringo-lwt
  2365. rio
  2366. riot
  2367. river >= "0.2"
  2368. rock
  2369. roman
  2370. root1d >= "0.5.1"
  2371. rope >= "0.6.2"
  2372. rosa
  2373. rosetta >= "0.2.0"
  2374. routes
  2375. rpc >= "6.1.0"
  2376. rpc_parallel >= "v0.12.0"
  2377. rpclib >= "6.1.0"
  2378. rpclib-async >= "6.1.0"
  2379. rpclib-html
  2380. rpclib-js
  2381. rpclib-lwt >= "6.1.0"
  2382. rsdd
  2383. rss
  2384. rtop >= "3.5.0"
  2385. rtree
  2386. rungen
  2387. runtime_events_tools
  2388. rusage
  2389. SourceCode_ASCII
  2390. SZXX
  2391. safemoney
  2392. safepass >= "3.1"
  2393. sail >= "0.15"
  2394. sail_c_backend
  2395. sail_coq_backend
  2396. sail_doc_backend
  2397. sail_latex_backend
  2398. sail_lem_backend
  2399. sail_manifest
  2400. sail_ocaml_backend
  2401. sail_output
  2402. sail_smt_backend
  2403. sail_sv_backend
  2404. salsa20 >= "1.0.0"
  2405. salsa20-core >= "1.0.0"
  2406. samplerate >= "0.1.5"
  2407. sanddb >= "0.2"
  2408. sarek >= "20210823"
  2409. sarif
  2410. satex
  2411. saturn
  2412. saturn_lockfree
  2413. satyrographos
  2414. scad_ml
  2415. scaml
  2416. scfg
  2417. scgi
  2418. scipy
  2419. scrypt-kdf >= "1.0.0"
  2420. sd_logic
  2421. sdl-liquidsoap >= "3"
  2422. search
  2423. searchTree
  2424. secp256k1 >= "0.4.1"
  2425. secp256k1-internal
  2426. sedlex >= "2.0"
  2427. sek
  2428. sel
  2429. selective
  2430. semantic_version
  2431. semaphore-compat
  2432. semv
  2433. semver >= "0.2.1"
  2434. semver2
  2435. sendmail
  2436. sendmail-lwt
  2437. sentry
  2438. seq >= "0.2" & < "base"
  2439. seqes
  2440. sequencer_table >= "v0.12.0"
  2441. serde
  2442. serde_debug
  2443. serde_derive
  2444. serde_json
  2445. serde_sexpr
  2446. serde_xml
  2447. serial
  2448. server-reason-react
  2449. session >= "0.4.1"
  2450. session-cohttp >= "0.4.1"
  2451. session-cohttp-async >= "0.4.1"
  2452. session-cohttp-lwt >= "0.4.1"
  2453. session-cookie
  2454. session-cookie-async
  2455. session-cookie-lwt
  2456. session-postgresql >= "0.4.1"
  2457. session-postgresql-async >= "0.4.1"
  2458. session-postgresql-lwt >= "0.4.1"
  2459. session-redis-lwt >= "0.4.1"
  2460. session-webmachine >= "0.4.1"
  2461. setcore >= "1.0.2"
  2462. sexp
  2463. sexp_decode
  2464. sexp_diff
  2465. sexp_diff_kernel
  2466. sexp_grammar
  2467. sexp_macro
  2468. sexp_pretty >= "v0.12.0"
  2469. sexp_select
  2470. sexp_string_quickcheck
  2471. sexplib >= "v0.12.0"
  2472. sexplib0 >= "v0.12.0"
  2473. sgf >= "1.0.1"
  2474. sha >= "1.13"
  2475. shades
  2476. shapefile
  2477. shared-block-ring >= "3.0.0"
  2478. shared-memory-ring >= "3.1.0"
  2479. shared-memory-ring-lwt >= "3.1.0"
  2480. shared-secret >= "0.4"
  2481. shell
  2482. sherlodoc
  2483. shexp >= "v0.12.0"
  2484. shine >= "0.2.2"
  2485. shuttle
  2486. shuttle_http
  2487. shuttle_ssl
  2488. shuttle_websocket
  2489. sifun
  2490. signal
  2491. sihl
  2492. sihl-cache
  2493. sihl-contract
  2494. sihl-core
  2495. sihl-email
  2496. sihl-facade
  2497. sihl-persistence
  2498. sihl-queue
  2499. sihl-session
  2500. sihl-storage
  2501. sihl-token
  2502. sihl-type
  2503. sihl-user
  2504. sihl-web
  2505. simlog
  2506. simple63
  2507. sitemap
  2508. sklearn
  2509. slack
  2510. slacko >= "0.14.1"
  2511. slipshow
  2512. slug
  2513. smart-print >= "0.3.0"
  2514. smbc >= "0.5"
  2515. smol
  2516. smol-helpers
  2517. smtlib-utils
  2518. smtml
  2519. snappy >= "0.1.2"
  2520. snoke
  2521. so
  2522. sodium-fmt
  2523. solid
  2524. solid_server
  2525. solid_tools
  2526. solidity-alcotest
  2527. solidity-common
  2528. solidity-parser
  2529. solidity-test
  2530. solidity-typechecker
  2531. solo5-elftool
  2532. sortedseq_intersect
  2533. soundtouch >= "0.1.9"
  2534. soupault
  2535. spacetime_lib >= "0.3.0"
  2536. spatial-shell
  2537. spawn < "v0.9.0" | >= "v0.13.0"
  2538. spdx_licenses
  2539. spectrum
  2540. speed
  2541. speex >= "0.4.0"
  2542. spelll >= "0.4"
  2543. spices
  2544. spin
  2545. splay_tree >= "v0.12.0"
  2546. splittable_random >= "v0.12.0"
  2547. spoc >= "20210823"
  2548. spoc_ppx
  2549. spoke
  2550. spotify-web-api >= "0.2.1"
  2551. spotlib >= "4.1.0"
  2552. sqids
  2553. sqlgg >= "20200521"
  2554. sqlite3 >= "4.4.1"
  2555. sqlite3_utils
  2556. srt
  2557. ssh-agent >= "0.2.0"
  2558. ssh-agent-unix
  2559. ssl >= "0.5.6"
  2560. starpath
  2561. starred_ml
  2562. stdcompat >= "19"
  2563. stdint >= "0.6.0"
  2564. stdint-literals
  2565. stdio >= "v0.12.0"
  2566. stdlib-diff
  2567. stdlib-random
  2568. stdlib-shims
  2569. stdune
  2570. stitch
  2571. stk
  2572. stk_iconv
  2573. stog >= "0.20.0"
  2574. stog_all
  2575. stog_asy
  2576. stog_dot
  2577. stog_extern
  2578. stog_markdown
  2579. stog_multi_doc
  2580. stog_nocaml
  2581. stog_noexec
  2582. stog_plugins
  2583. stog_rdf
  2584. stog_rel_href
  2585. stog_server
  2586. stog_server_multi
  2587. stog_sitemap
  2588. stog_writing
  2589. stored_reversed
  2590. stramon-lib
  2591. streamable
  2592. streaming
  2593. string_dict >= "v0.12.0"
  2594. stringCodepointSplitter
  2595. stringext >= "1.6.0"
  2596. sturgeon >= "0.4.2"
  2597. styled-ppx
  2598. subscriptions-transport-ws
  2599. subtype-refinement >= "0.2"
  2600. sun
  2601. svmwrap
  2602. swagger >= "0.2.0"
  2603. swhid
  2604. swhid_compute
  2605. swhid_core
  2606. swhid_types
  2607. swipl
  2608. syguslib-utils
  2609. syncweb
  2610. syndic >= "1.6.0"
  2611. sys-socket
  2612. sys-socket-unix
  2613. syslog >= "2.0.1"
  2614. syslog-message >= "1.0.0"
  2615. syslog-rfc5424
  2616. systemverilog >= "0.0.2"
  2617. tablecloth-base
  2618. tablecloth-melange
  2619. tablecloth-native < "transition"
  2620. tabr
  2621. taglib >= "0.3.7"
  2622. talaria-bibtex
  2623. tar >= "1.0.0"
  2624. tar-eio
  2625. tar-mirage >= "1.0.0"
  2626. tar-unix >= "1.0.0"
  2627. tcalc
  2628. tcpip >= "3.7.0"
  2629. tdigest
  2630. teash
  2631. telemetry
  2632. telltime
  2633. tensorboard
  2634. term-indexing
  2635. terminal
  2636. terminal_size >= "0.1.4"
  2637. terminus
  2638. terminus-cohttp
  2639. terminus-hlc
  2640. terml
  2641. testu01
  2642. textmate-language
  2643. textrazor
  2644. textutils >= "v0.12.0"
  2645. textutils_kernel >= "v0.12.0"
  2646. textwrap >= "0.2.1"
  2647. tezos-008-PtEdo2Zk-test-helpers
  2648. tezos-009-PsFLoren-test-helpers
  2649. tezos-010-PtGRANAD-test-helpers
  2650. tezos-011-PtHangz2-test-helpers
  2651. tezos-012-Psithaca-test-helpers
  2652. tezos-013-PtJakart-test-helpers
  2653. tezos-014-PtKathma-test-helpers
  2654. tezos-accuser-006-PsCARTHA
  2655. tezos-accuser-007-PsDELPH1
  2656. tezos-accuser-008-PtEdo2Zk
  2657. tezos-accuser-008-PtEdoTez
  2658. tezos-accuser-009-PsFLoren
  2659. tezos-accuser-010-PtGRANAD
  2660. tezos-accuser-011-PtHangz2
  2661. tezos-accuser-012-Psithaca
  2662. tezos-accuser-013-PtJakart
  2663. tezos-accuser-014-PtKathma
  2664. tezos-accuser-alpha
  2665. tezos-alpha-test-helpers
  2666. tezos-baker-006-PsCARTHA
  2667. tezos-baker-007-PsDELPH1
  2668. tezos-baker-008-PtEdo2Zk
  2669. tezos-baker-008-PtEdoTez
  2670. tezos-baker-009-PsFLoren
  2671. tezos-baker-010-PtGRANAD
  2672. tezos-baker-011-PtHangz2
  2673. tezos-baker-012-Psithaca
  2674. tezos-baker-013-PtJakart
  2675. tezos-baker-014-PtKathma
  2676. tezos-baker-alpha
  2677. tezos-baking-006-PsCARTHA
  2678. tezos-baking-006-PsCARTHA-commands
  2679. tezos-baking-007-PsDELPH1
  2680. tezos-baking-007-PsDELPH1-commands
  2681. tezos-baking-008-PtEdo2Zk
  2682. tezos-baking-008-PtEdo2Zk-commands
  2683. tezos-baking-008-PtEdoTez
  2684. tezos-baking-008-PtEdoTez-commands
  2685. tezos-baking-009-PsFLoren
  2686. tezos-baking-009-PsFLoren-commands
  2687. tezos-baking-010-PtGRANAD
  2688. tezos-baking-010-PtGRANAD-commands
  2689. tezos-baking-011-PtHangz2
  2690. tezos-baking-011-PtHangz2-commands
  2691. tezos-baking-012-Psithaca
  2692. tezos-baking-012-Psithaca-commands
  2693. tezos-baking-013-PtJakart
  2694. tezos-baking-013-PtJakart-commands
  2695. tezos-baking-014-PtKathma
  2696. tezos-baking-014-PtKathma-commands
  2697. tezos-baking-015-PtLimaPt
  2698. tezos-baking-015-PtLimaPt-commands
  2699. tezos-baking-016-PtMumbai
  2700. tezos-baking-016-PtMumbai-commands
  2701. tezos-baking-017-PtNairob
  2702. tezos-baking-017-PtNairob-commands
  2703. tezos-baking-alpha
  2704. tezos-baking-alpha-commands
  2705. tezos-base
  2706. tezos-base-test-helpers
  2707. tezos-base58
  2708. tezos-benchmark >= "19.0"
  2709. tezos-bls12-381-polynomial
  2710. tezos-clic
  2711. tezos-client
  2712. tezos-client-000-Ps9mPmXa
  2713. tezos-client-001-PtCJ7pwo
  2714. tezos-client-001-PtCJ7pwo-commands
  2715. tezos-client-002-PsYLVpVv
  2716. tezos-client-002-PsYLVpVv-commands
  2717. tezos-client-003-PsddFKi3
  2718. tezos-client-003-PsddFKi3-commands
  2719. tezos-client-004-Pt24m4xi
  2720. tezos-client-004-Pt24m4xi-commands
  2721. tezos-client-005-PsBabyM1
  2722. tezos-client-005-PsBabyM1-commands
  2723. tezos-client-006-PsCARTHA
  2724. tezos-client-006-PsCARTHA-commands
  2725. tezos-client-007-PsDELPH1
  2726. tezos-client-007-PsDELPH1-commands
  2727. tezos-client-007-PsDELPH1-commands-registration
  2728. tezos-client-008-PtEdo2Zk
  2729. tezos-client-008-PtEdo2Zk-commands
  2730. tezos-client-008-PtEdo2Zk-commands-registration
  2731. tezos-client-008-PtEdoTez
  2732. tezos-client-008-PtEdoTez-commands
  2733. tezos-client-008-PtEdoTez-commands-registration
  2734. tezos-client-009-PsFLoren
  2735. tezos-client-009-PsFLoren-commands
  2736. tezos-client-009-PsFLoren-commands-registration
  2737. tezos-client-010-PtGRANAD
  2738. tezos-client-010-PtGRANAD-commands
  2739. tezos-client-010-PtGRANAD-commands-registration
  2740. tezos-client-011-PtHangz2
  2741. tezos-client-011-PtHangz2-commands
  2742. tezos-client-011-PtHangz2-commands-registration
  2743. tezos-client-012-Psithaca
  2744. tezos-client-012-Psithaca-commands
  2745. tezos-client-012-Psithaca-commands-registration
  2746. tezos-client-013-PtJakart
  2747. tezos-client-013-PtJakart-commands
  2748. tezos-client-013-PtJakart-commands-registration
  2749. tezos-client-014-PtKathma
  2750. tezos-client-015-PtLimaPt
  2751. tezos-client-016-PtMumbai
  2752. tezos-client-017-PtNairob
  2753. tezos-client-alpha
  2754. tezos-client-alpha-commands
  2755. tezos-client-alpha-commands-registration
  2756. tezos-client-base
  2757. tezos-client-base-unix
  2758. tezos-client-commands
  2759. tezos-client-demo-counter < "18.0" | >= "19.0"
  2760. tezos-client-genesis < "18.0" | >= "19.0"
  2761. tezos-client-genesis-carthagenet
  2762. tezos-client-sapling-008-PtEdo2Zk
  2763. tezos-client-sapling-008-PtEdoTez
  2764. tezos-client-sapling-009-PsFLoren
  2765. tezos-client-sapling-010-PtGRANAD
  2766. tezos-client-sapling-011-PtHangz2
  2767. tezos-client-sapling-012-Psithaca
  2768. tezos-client-sapling-013-PtJakart
  2769. tezos-client-sapling-alpha
  2770. tezos-codec
  2771. tezos-context
  2772. tezos-context-hash
  2773. tezos-context-hash-irmin
  2774. tezos-context-ops
  2775. tezos-crypto
  2776. tezos-crypto-dal
  2777. tezos-dac-client-lib >= "19.0"
  2778. tezos-dac-lib >= "19.0"
  2779. tezos-dac-node-lib >= "19.0"
  2780. tezos-dal-node-lib < "18.0" | >= "19.0"
  2781. tezos-dal-node-services < "18.0" | >= "19.0"
  2782. tezos-embedded-protocol-000-Ps9mPmXa
  2783. tezos-embedded-protocol-001-PtCJ7pwo
  2784. tezos-embedded-protocol-002-PsYLVpVv
  2785. tezos-embedded-protocol-003-PsddFKi3
  2786. tezos-embedded-protocol-004-Pt24m4xi
  2787. tezos-embedded-protocol-005-PsBABY5H
  2788. tezos-embedded-protocol-005-PsBabyM1
  2789. tezos-embedded-protocol-006-PsCARTHA
  2790. tezos-embedded-protocol-007-PsDELPH1
  2791. tezos-embedded-protocol-008-PtEdo2Zk
  2792. tezos-embedded-protocol-008-PtEdoTez
  2793. tezos-embedded-protocol-009-PsFLoren
  2794. tezos-embedded-protocol-010-PtGRANAD
  2795. tezos-embedded-protocol-011-PtHangz2
  2796. tezos-embedded-protocol-012-Psithaca
  2797. tezos-embedded-protocol-013-PtJakart
  2798. tezos-embedded-protocol-014-PtKathma
  2799. tezos-embedded-protocol-015-PtLimaPt
  2800. tezos-embedded-protocol-016-PtMumbai
  2801. tezos-embedded-protocol-017-PtNairob
  2802. tezos-embedded-protocol-alpha
  2803. tezos-embedded-protocol-demo-counter
  2804. tezos-embedded-protocol-demo-noops
  2805. tezos-embedded-protocol-genesis
  2806. tezos-embedded-protocol-genesis-carthagenet
  2807. tezos-endorser-006-PsCARTHA
  2808. tezos-endorser-007-PsDELPH1
  2809. tezos-endorser-008-PtEdo2Zk
  2810. tezos-endorser-008-PtEdoTez
  2811. tezos-endorser-009-PsFLoren
  2812. tezos-endorser-010-PtGRANAD
  2813. tezos-endorser-011-PtHangz2
  2814. tezos-endorser-alpha
  2815. tezos-error-monad
  2816. tezos-event-logging
  2817. tezos-event-logging-test-helpers
  2818. tezos-hacl < "15.0" | >= "17.1" & < "17.3"
  2819. tezos-hacl-glue
  2820. tezos-hacl-glue-unix
  2821. tezos-injector-013-PtJakart
  2822. tezos-injector-014-PtKathma
  2823. tezos-injector-015-PtLimaPt
  2824. tezos-injector-016-PtMumbai
  2825. tezos-injector-alpha
  2826. tezos-layer2-store
  2827. tezos-layer2-utils-016-PtMumbai
  2828. tezos-layer2-utils-017-PtNairob
  2829. tezos-lazy-containers
  2830. tezos-legacy-store
  2831. tezos-lmdb
  2832. tezos-lwt-result-stdlib < "15.0" | >= "17.1" & < "17.3"
  2833. tezos-mempool-006-PsCARTHA
  2834. tezos-mempool-007-PsDELPH1
  2835. tezos-mempool-008-PtEdoTez
  2836. tezos-micheline
  2837. tezos-micheline-rewriting
  2838. tezos-mockup
  2839. tezos-mockup-commands
  2840. tezos-mockup-proxy
  2841. tezos-mockup-registration
  2842. tezos-node
  2843. tezos-openapi
  2844. tezos-p2p
  2845. tezos-p2p-services
  2846. tezos-plompiler
  2847. tezos-plonk
  2848. tezos-protocol-000-Ps9mPmXa < "18.0" | >= "19.0"
  2849. tezos-protocol-001-PtCJ7pwo < "18.0" | >= "19.0"
  2850. tezos-protocol-002-PsYLVpVv < "18.0" | >= "19.0"
  2851. tezos-protocol-003-PsddFKi3 < "18.0" | >= "19.0"
  2852. tezos-protocol-004-Pt24m4xi < "18.0" | >= "19.0"
  2853. tezos-protocol-005-PsBABY5H < "18.0" | >= "19.0"
  2854. tezos-protocol-005-PsBabyM1 < "18.0" | >= "19.0"
  2855. tezos-protocol-006-PsCARTHA < "18.0" | >= "19.0"
  2856. tezos-protocol-006-PsCARTHA-parameters
  2857. tezos-protocol-007-PsDELPH1 < "18.0" | >= "19.0"
  2858. tezos-protocol-007-PsDELPH1-parameters
  2859. tezos-protocol-008-PtEdo2Zk < "18.0" | >= "19.0"
  2860. tezos-protocol-008-PtEdo2Zk-parameters
  2861. tezos-protocol-008-PtEdoTez < "18.0" | >= "19.0"
  2862. tezos-protocol-008-PtEdoTez-parameters
  2863. tezos-protocol-009-PsFLoren < "18.0" | >= "19.0"
  2864. tezos-protocol-009-PsFLoren-parameters
  2865. tezos-protocol-010-PtGRANAD < "18.0" | >= "19.0"
  2866. tezos-protocol-010-PtGRANAD-parameters
  2867. tezos-protocol-011-PtHangz2 < "18.0" | >= "19.0"
  2868. tezos-protocol-011-PtHangz2-parameters
  2869. tezos-protocol-012-Psithaca < "18.0" | >= "19.0"
  2870. tezos-protocol-012-Psithaca-parameters
  2871. tezos-protocol-013-PtJakart < "18.0" | >= "19.0"
  2872. tezos-protocol-013-PtJakart-parameters
  2873. tezos-protocol-014-PtKathma < "18.0" | >= "19.0"
  2874. tezos-protocol-015-PtLimaPt < "18.0" | >= "19.0"
  2875. tezos-protocol-016-PtMumbai < "18.0" | >= "19.0"
  2876. tezos-protocol-017-PtNairob < "18.0" | >= "19.0"
  2877. tezos-protocol-018-Proxford >= "19.0"
  2878. tezos-protocol-019-PtParisB
  2879. tezos-protocol-020-PsParisC
  2880. tezos-protocol-alpha < "18.0" | >= "19.0"
  2881. tezos-protocol-alpha-parameters
  2882. tezos-protocol-compiler
  2883. tezos-protocol-demo-counter < "18.0" | >= "19.0"
  2884. tezos-protocol-demo-noops < "18.0" | >= "19.0"
  2885. tezos-protocol-environment
  2886. tezos-protocol-environment-packer
  2887. tezos-protocol-environment-sigs
  2888. tezos-protocol-environment-structs
  2889. tezos-protocol-genesis < "18.0" | >= "19.0"
  2890. tezos-protocol-genesis-carthagenet
  2891. tezos-protocol-plugin-007-PsDELPH1
  2892. tezos-protocol-plugin-007-PsDELPH1-registerer
  2893. tezos-protocol-plugin-008-PtEdo2Zk
  2894. tezos-protocol-plugin-008-PtEdo2Zk-registerer
  2895. tezos-protocol-plugin-009-PsFLoren
  2896. tezos-protocol-plugin-009-PsFLoren-registerer
  2897. tezos-protocol-plugin-010-PtGRANAD
  2898. tezos-protocol-plugin-010-PtGRANAD-registerer
  2899. tezos-protocol-plugin-011-PtHangz2
  2900. tezos-protocol-plugin-011-PtHangz2-registerer
  2901. tezos-protocol-plugin-012-Psithaca
  2902. tezos-protocol-plugin-012-Psithaca-registerer
  2903. tezos-protocol-plugin-012-Psithaca-tests
  2904. tezos-protocol-plugin-013-PtJakart
  2905. tezos-protocol-plugin-013-PtJakart-registerer
  2906. tezos-protocol-plugin-013-PtJakart-tests
  2907. tezos-protocol-plugin-014-PtKathma
  2908. tezos-protocol-plugin-014-PtKathma-registerer
  2909. tezos-protocol-plugin-015-PtLimaPt
  2910. tezos-protocol-plugin-015-PtLimaPt-registerer
  2911. tezos-protocol-plugin-016-PtMumbai
  2912. tezos-protocol-plugin-016-PtMumbai-registerer
  2913. tezos-protocol-plugin-017-PtNairob
  2914. tezos-protocol-plugin-017-PtNairob-registerer
  2915. tezos-protocol-plugin-alpha
  2916. tezos-protocol-plugin-alpha-registerer
  2917. tezos-protocol-plugin-alpha-tests
  2918. tezos-protocol-updater
  2919. tezos-proxy
  2920. tezos-proxy-server
  2921. tezos-proxy-server-config < "18.0" | >= "19.0"
  2922. tezos-requester
  2923. tezos-rpc
  2924. tezos-rpc-http
  2925. tezos-rpc-http-client
  2926. tezos-rpc-http-client-unix
  2927. tezos-rpc-http-server
  2928. tezos-sapling
  2929. tezos-scoru-wasm
  2930. tezos-scoru-wasm-fast
  2931. tezos-scoru-wasm-helpers
  2932. tezos-shell
  2933. tezos-shell-benchmarks
  2934. tezos-shell-context
  2935. tezos-shell-context-test
  2936. tezos-shell-services
  2937. tezos-shell-services-test-helpers
  2938. tezos-signer
  2939. tezos-signer-backends
  2940. tezos-signer-services
  2941. tezos-smart-rollup-016-PtMumbai
  2942. tezos-smart-rollup-017-PtNairob
  2943. tezos-smart-rollup-alpha
  2944. tezos-smart-rollup-layer2-016-PtMumbai
  2945. tezos-smart-rollup-layer2-017-PtNairob
  2946. tezos-stdlib >= "13.0" & < "15.0" | >= "17.1" & < "17.3"
  2947. tezos-stdlib-unix
  2948. tezos-storage
  2949. tezos-store
  2950. tezos-test-helpers < "15.0" | >= "17.1" & < "17.3"
  2951. tezos-test-helpers-extra
  2952. tezos-test-services
  2953. tezos-tooling
  2954. tezos-tree-encoding
  2955. tezos-tx-rollup-013-PtJakart
  2956. tezos-tx-rollup-014-PtKathma
  2957. tezos-tx-rollup-015-PtLimaPt
  2958. tezos-tx-rollup-alpha
  2959. tezos-tx-rollup-client-013-PtJakart
  2960. tezos-tx-rollup-client-014-PtKathma
  2961. tezos-tx-rollup-client-alpha
  2962. tezos-tx-rollup-node-013-PtJakart
  2963. tezos-tx-rollup-node-014-PtKathma
  2964. tezos-tx-rollup-node-alpha
  2965. tezos-validation
  2966. tezos-validator
  2967. tezos-version
  2968. tezos-wasmer >= "17.1" & < "17.3"
  2969. tezos-webassembly-interpreter
  2970. tezos-webassembly-interpreter-extra
  2971. tezos-workers
  2972. tezt
  2973. tezt-bam
  2974. tezt-tezos != "18.1"
  2975. theora >= "0.4.0"
  2976. thread-local-storage
  2977. thread-table
  2978. thrift >= "0.10.0"
  2979. tidy >= "5-0.2"
  2980. tidy_email
  2981. tidy_email_mailgun
  2982. tidy_email_sendgrid
  2983. tidy_email_smtp
  2984. tilde_f
  2985. time_now
  2986. timed >= "1.1"
  2987. timedesc
  2988. timedesc-json
  2989. timedesc-sexp
  2990. timedesc-tzdb
  2991. timedesc-tzlocal
  2992. timedesc-tzlocal-js
  2993. timere
  2994. timere-parse
  2995. timezone
  2996. timmy
  2997. timmy-jsoo
  2998. timmy-unix
  2999. tiny_httpd
  3000. tiny_httpd_camlzip
  3001. tip-parser >= "0.4"
  3002. tldr
  3003. tls >= "0.11.0"
  3004. tls-async
  3005. tls-eio
  3006. tls-liquidsoap
  3007. tls-lwt
  3008. tls-mirage
  3009. toc
  3010. tofn
  3011. togglelog
  3012. toml >= "5.0.0"
  3013. toml-cconv
  3014. toml_cconv
  3015. toplevel_backend
  3016. toplevel_expect_test >= "v0.12.0"
  3017. topojson
  3018. topojsone
  3019. topological_sort >= "v0.12.0"
  3020. torch
  3021. tqdm
  3022. trace
  3023. trace-fuchsia
  3024. trace-tef
  3025. tracing
  3026. tracy-client
  3027. trail
  3028. traits
  3029. trampoline
  3030. transept
  3031. traverse
  3032. travesty != "0.6.1"
  3033. travis-opam >= "1.5.0"
  3034. trax >= "0.4.0"
  3035. tree_layout >= "0.2"
  3036. treeprint >= "2.3.0"
  3037. trexio
  3038. trie >= "1.0.0"
  3039. tsdl-image >= "0.3.0"
  3040. tsdl-mixer >= "0.3.0"
  3041. tsdl-ttf >= "0.3"
  3042. tsort
  3043. tty
  3044. tube >= "4.4.0"
  3045. tuntap >= "1.7.0"
  3046. twirp_cohttp_lwt_unix
  3047. twirp_core
  3048. twirp_ezcurl
  3049. twirp_tiny_httpd
  3050. twostep
  3051. tyabt
  3052. type_eq
  3053. type_id
  3054. typeid
  3055. typerep >= "v0.12.0"
  3056. typeset
  3057. tyre >= "0.5"
  3058. tyxml >= "4.3.0"
  3059. tyxml-jsx
  3060. tyxml-lwd
  3061. tyxml-ppx >= "4.3.0"
  3062. tyxml-syntax
  3063. u2f
  3064. ubase
  3065. ubpf >= "0.2"
  3066. uecc >= "0.3"
  3067. uint >= "2.0.1"
  3068. ulid
  3069. um-abt
  3070. unidecode
  3071. unionFind
  3072. unisim_archisec
  3073. unison >= "2.51.4" & < "2.53.4"
  3074. universal-portal
  3075. universo
  3076. unix-errno >= "0.6.0"
  3077. unstrctrd
  3078. uopt
  3079. uri >= "2.2.0"
  3080. uri-bench
  3081. uri-re
  3082. uri-sexp
  3083. uring
  3084. uring-trace
  3085. uritemplate
  3086. urn
  3087. user-agent-parser
  3088. username_kernel
  3089. uspf
  3090. uspf-lwt
  3091. uspf-unix
  3092. utop >= "2.3.0"
  3093. uuuu >= "0.1.1"
  3094. validate
  3095. validator
  3096. variantslib >= "v0.12.0"
  3097. varray
  3098. vcaml
  3099. vcardgen >= "1.2"
  3100. vchan >= "4.0.0"
  3101. vchan-unix >= "4.0.0"
  3102. vchan-xen >= "4.0.0"
  3103. vdom
  3104. vec
  3105. vector
  3106. vector3 >= "1.0.0"
  3107. vendredi
  3108. vercel
  3109. versioned_polling_state_rpc
  3110. vhd-format >= "0.12.0"
  3111. vhd-format-lwt >= "0.12.0"
  3112. virtual_dom >= "v0.12.0"
  3113. virtual_dom_toplayer
  3114. visitors >= "20200207"
  3115. vlq >= "0.2.1"
  3116. vlt
  3117. vmnet >= "1.3.2"
  3118. vocal
  3119. voqc
  3120. vorbis >= "0.8.0"
  3121. vpt >= "5.0.0"
  3122. vscoq-language-server
  3123. vue-jsoo
  3124. vue-ppx
  3125. wall >= "0.4"
  3126. wasmer
  3127. wasmtime
  3128. wayland
  3129. waylaunch
  3130. wcwidth
  3131. webauthn
  3132. weberizer >= "0.8"
  3133. webmachine >= "0.6.2"
  3134. websocket >= "2.12"
  3135. websocket-async >= "2.12"
  3136. websocket-lwt >= "2.12"
  3137. websocket-lwt-unix
  3138. websocketaf
  3139. webtest >= "2.0.0"
  3140. webtest-js
  3141. weevil
  3142. why3find
  3143. wikitext
  3144. win-error >= "1.0"
  3145. win-eventlog >= "0.3"
  3146. winsvc
  3147. ws
  3148. ws-server
  3149. wseg
  3150. wtf8 >= "1.0.2"
  3151. wtr
  3152. wtr-ppx
  3153. wu-manber-fuzzy-search
  3154. x509 >= "0.6.3"
  3155. x86_64-esperanto >= "0.0.6"
  3156. xapi-backtrace >= "0.7"
  3157. xapi-inventory >= "1.2.1"
  3158. xapi-rrd >= "1.8.2"
  3159. xapi-stdext-date
  3160. xapi-stdext-encodings
  3161. xapi-stdext-pervasives
  3162. xapi-stdext-std
  3163. xapi-stdext-threads
  3164. xapi-stdext-unix
  3165. xapi-stdext-zerocheck
  3166. xcursor
  3167. xdg
  3168. xdg-basedir
  3169. xedbindings
  3170. xen-evtchn >= "2.1.0"
  3171. xen-evtchn-unix >= "2.1.0"
  3172. xen-gnt >= "3.1.0"
  3173. xen-gnt-unix >= "3.1.0"
  3174. xenstore >= "2.1.0"
  3175. xenstore_transport >= "1.1.0"
  3176. xmelly
  3177. xml-light >= "2.5"
  3178. xmldiff >= "0.7.0"
  3179. xmldiff_js
  3180. xmlplaylist >= "0.1.5"
  3181. xoshiro
  3182. xtmpl >= "0.19.0"
  3183. xtmpl_js
  3184. xtmpl_ppx
  3185. yaml >= "1.0.0"
  3186. yaml-sexp
  3187. yara >= "0.2"
  3188. yocaml
  3189. yocaml_cmark
  3190. yocaml_git
  3191. yocaml_jingoo
  3192. yocaml_markdown
  3193. yocaml_mustache
  3194. yocaml_syndication
  3195. yocaml_unix
  3196. yocaml_yaml
  3197. yojson >= "1.5.0"
  3198. yojson-bench
  3199. yojson-five
  3200. yurt >= "0.6"
  3201. yuscii >= "0.2.1"
  3202. yuujinchou
  3203. zanuda
  3204. zar
  3205. zarith-ppx
  3206. zarith_stubs_js
  3207. zed >= "2.0"
  3208. zeit
  3209. zelus
  3210. zelus-gtk
  3211. zipperposition >= "1.5.1"
  3212. zipperposition-tools
  3213. zlib >= "0.6"
  3214. zlist >= "0.4.0"
  3215. zmq >= "5.1.0"
  3216. zmq-async >= "5.1.0"
  3217. zmq-eio
  3218. zmq-lwt >= "5.1.0"
  3219. zstandard >= "v0.12.1"
  3220. zstd >= "0.3"
  3221. zxcvbn >= "2.3+2"

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "1.3.0"
  4. odoc < "2.0.1"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"
OCaml

Innovation. Community. Security.