package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.12.2.tbz
sha256=e8aa5f01fee83efac8733df0bec3e23aaecdb4524bc58b8065cd18cc07295fb3
sha512=ae6039c67a1eca9f946b67bdc84433cafe0648d51d22600b1b108fa5712db34524958137cb3a0d82b5a965c66dae7dc4c9619796eda8f72246178885e460f601

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: 08 Jan 2024

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