package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.18.2.tbz
sha256=56be509ffc3c5ba652113d9e6b43edb04a691f1e1f6cbba17b9d243b1239a7af
sha512=ee04a0c4ab946817018c78cd9b19c8d3082ee3b1cef78c699fff4ea37fd79543823a9751d0b945d2fd1783396ceded045cbec986a85f7a8f7bac93e04650fff3

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: 02 May 2025

README

Dune"

A Composable Build System for OCaml

Main Workflow" Release" Coverage" License" Contributors"

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

Issues" Discussions" Discuss OCaml" Discord"

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

Dependencies (3)

  1. base-threads
  2. base-unix
  3. ocaml >= "4.08"

Dev Dependencies (15)

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