package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.17.2.tbz
sha256=9deafeed0ecfe9e65e642cd8e6197f0864f73fcd7b94b5b199ae4d2e07a2ea64
sha512=1e85bb297a12c9571b8645541d85a719deffb619d5e4f48dbf4566ac14e9f385d8a05342698a6f9c81ba17325b1da4ad004a5772d66cd88ed135c43d43e88f9e

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: 25 Jan 2025

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 (15)

  1. melange with-dev-setup & >= "4.0.0-51" & os != "win32"
  2. utop with-dev-setup & >= "2.6.0" & os != "win32"
  3. ctypes with-dev-setup & os != "win32"
  4. ppxlib with-dev-setup & os != "win32"
  5. ppx_inline_test with-dev-setup & os != "win32"
  6. ppx_expect with-dev-setup & >= "v0.17" & os != "win32"
  7. odoc with-dev-setup & >= "2.4.0" & os != "win32"
  8. ocamlfind with-dev-setup & os != "win32"
  9. menhir with-dev-setup & os != "win32"
  10. mdx with-dev-setup & >= "2.3.0" & os != "win32"
  11. js_of_ocaml-compiler with-dev-setup & os != "win32"
  12. js_of_ocaml with-dev-setup & os != "win32"
  13. csexp with-dev-setup & >= "1.3.0"
  14. cinaps with-dev-setup
  15. lwt with-dev-setup & os != "win32"

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