package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.12.1.tbz
sha256=b9fd6560879f9d340ae8a87c967b0d2bcd3c4120cffcd9fb661f325078f74f6f
sha512=1a4159d18a7aee0ca9f53f176955a41f5a6d83b16885e7f6ac47326453572df74a87f21f4ceddb8d2e94e00f61d2ba5ca6dba299679968f1d151d2811dcd2014

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: 30 Nov 2023

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

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

Dev Dependencies

None

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