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. 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" | = "0.2.5+8.20"
  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 < "1.1.1"
  1186. json-data-encoding-browser < "1.1.1"
  1187. json-data-encoding-bson < "1.1.1"
  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. kot
  1226. kqueue
  1227. krb
  1228. lab
  1229. lablgtk3 >= "3.0.beta4"
  1230. lablgtk3-extras >= "3.0.1"
  1231. lablgtk3-goocanvas2
  1232. lablgtk3-gtkspell3
  1233. lablgtk3-rsvg2
  1234. lablgtk3-sourceview3
  1235. lablqml
  1236. labrys
  1237. lacaml >= "11.0.2"
  1238. ladspa >= "0.2.0"
  1239. lambda
  1240. lambda-runtime
  1241. lambda-term >= "2.0"
  1242. lambda_streams
  1243. lambda_streams_async
  1244. lambda_streams_lwt
  1245. lambdapi
  1246. lambdasoup >= "0.6.4"
  1247. lame >= "0.3.4"
  1248. landmarks = "1.4"
  1249. landmarks-ppx < "1.5"
  1250. lascar >= "0.6-alpha"
  1251. lastfm >= "0.3.3"
  1252. launchd >= "1.3"
  1253. lazy-trie
  1254. lbfgs >= "0.9.1"
  1255. lbvs_consent >= "2.1.0"
  1256. ldap >= "2.4.1"
  1257. ldp < "0.5.0"
  1258. ldp_curl < "0.5.0"
  1259. ldp_js < "0.5.0"
  1260. ldp_tls < "0.5.0"
  1261. leaflet
  1262. learn-ocaml
  1263. learn-ocaml-client
  1264. leaves
  1265. ledgerwallet
  1266. ledgerwallet-tezos
  1267. legacy_diffable
  1268. lens >= "1.2.3"
  1269. letsencrypt
  1270. letsencrypt-app
  1271. letsencrypt-dns
  1272. letsencrypt-mirage
  1273. letters
  1274. leveldb >= "1.3.0"
  1275. lib_parsing
  1276. libabsolute
  1277. libbinaryen < "105.1.0" | >= "107.0.1"
  1278. libc
  1279. libirmin
  1280. libsail
  1281. libsvm >= "0.10.0"
  1282. libzipperposition
  1283. lilac
  1284. lilv
  1285. line-up-words
  1286. line_oriented
  1287. linenoise >= "1.2.0"
  1288. links
  1289. links-mysql
  1290. links-postgresql
  1291. links-sqlite3
  1292. linol
  1293. linol-eio
  1294. linol-lwt
  1295. lintcstubs
  1296. lintcstubs-arity
  1297. lintcstubs-gen
  1298. linwrap
  1299. liquid_interpreter
  1300. liquid_ml
  1301. liquid_parser
  1302. liquid_std
  1303. liquid_syntax
  1304. liquidsoap-core
  1305. liquidsoap-lang < "2.3.3"
  1306. liquidsoap-libs
  1307. liquidsoap-libs-extra
  1308. little_logger
  1309. llama
  1310. llama-cpp-ocaml
  1311. llama_core
  1312. llama_interactive
  1313. llama_midi
  1314. llvm >= "15.0.7+nnp-2" & < "18-shared"
  1315. lmdb >= "1.0"
  1316. lo >= "0.2.0"
  1317. lockfree
  1318. loga
  1319. logical
  1320. logs-async
  1321. logs-async-reporter
  1322. logs-ppx
  1323. logs-syslog
  1324. logtk
  1325. loop
  1326. lp
  1327. lp-glpk
  1328. lp-glpk-js
  1329. lp-gurobi
  1330. lp-highs
  1331. lpd
  1332. lreplay
  1333. lru >= "0.3.0"
  1334. lru_cache
  1335. lsp
  1336. lt-code
  1337. lua-ml >= "0.9.3"
  1338. lua_parser
  1339. lucid
  1340. lun
  1341. lustre-v6 >= "6.103.3"
  1342. lutils >= "1.51.2"
  1343. lutin >= "2.71.10"
  1344. luv
  1345. luv_unix
  1346. lwd
  1347. lwt != "5.9.2" & < "6.0.0-beta01"
  1348. lwt-canceler >= "0.2"
  1349. lwt-dllist
  1350. lwt-exit
  1351. lwt-parallel
  1352. lwt-watcher >= "0.2"
  1353. lwt_direct < "6.0.0-beta01"
  1354. lwt_domain
  1355. lwt_eio
  1356. lwt_glib >= "1.1.1"
  1357. lwt_log >= "1.1.1"
  1358. lwt_ppx >= "1.2.2" & < "5.9.2"
  1359. lwt_react >= "1.1.2"
  1360. lwt_retry
  1361. lwt_ssl >= "1.1.3"
  1362. lz4 >= "1.2.0"
  1363. lz4_chans >= "3.0.1"
  1364. lzo >= "0.0.3"
  1365. MlFront_Cache < "2.4.2.30"
  1366. MlFront_Cli < "2.4.2.30"
  1367. MlFront_Config < "2.4.2.30"
  1368. MlFront_Core < "2.4.2.30"
  1369. MlFront_Errors < "2.4.2.30"
  1370. MlFront_Logs < "2.4.2.30"
  1371. MlFront_Manip < "2.4.2.30"
  1372. MlFront_Signify < "2.4.2.30"
  1373. MlFront_ZipFile < "2.4.2.30"
  1374. m_tree
  1375. macaddr
  1376. macaddr-cstruct
  1377. macaddr-sexp
  1378. mad >= "0.5.0"
  1379. magic-mime >= "1.1.2"
  1380. magic-trace
  1381. make-random
  1382. malfunction
  1383. man_in_the_middle_debugger
  1384. markdown
  1385. markup >= "0.8.0"
  1386. markup-lwt
  1387. mastodon-archive-viewer >= "0.2"
  1388. matita
  1389. matplotlib
  1390. mbr-format
  1391. mc2
  1392. mccs >= "1.1+10"
  1393. md2mld
  1394. mdx != "1.7.0"
  1395. mec
  1396. mechaml
  1397. mehari
  1398. mehari-eio
  1399. mehari-eio-unix
  1400. mehari-lwt-unix
  1401. mehari-mirage
  1402. mel
  1403. melange < "4.0.0-51"
  1404. melange-atdgen-codec-runtime
  1405. melange-compiler-libs
  1406. melange-fest
  1407. melange-fetch
  1408. melange-jest
  1409. melange-json < "2.0.0"
  1410. melange-json-native < "2.0.0"
  1411. melange-moment
  1412. melange-numeral
  1413. melange-radix-icons
  1414. melange-react-dates
  1415. melange-react-query
  1416. melange-recharts
  1417. melange-testing-library
  1418. melange-webapi
  1419. meldep
  1420. mem_usage
  1421. memcad
  1422. memfd
  1423. memgraph
  1424. memgraph_kitty
  1425. memo
  1426. memprof-limits
  1427. memtrace
  1428. memtrace-mirage
  1429. memtrace_viewer
  1430. menhir >= "20200123"
  1431. menhirCST
  1432. menhirLib
  1433. menhirSdk
  1434. merge-fmt
  1435. merlin
  1436. merlin-extend
  1437. merlin-lib
  1438. mesh >= "0.9.5"
  1439. mesh-easymesh >= "0.9.5"
  1440. mesh-graphics >= "0.9.5"
  1441. mesh-triangle >= "0.9.5"
  1442. metadata
  1443. metadb
  1444. metapp
  1445. metaquot
  1446. metrics
  1447. metrics-influx
  1448. metrics-lwt
  1449. metrics-rusage
  1450. metrics-unix
  1451. mew
  1452. mew_vi
  1453. middleware
  1454. mimic
  1455. mimic-happy-eyeballs
  1456. mindstorm >= "0.8"
  1457. mindstorm-lwt
  1458. minicaml
  1459. minicli >= "5.0.2"
  1460. minisat >= "0.3"
  1461. minttea
  1462. miou
  1463. mirage >= "4.0.0"
  1464. mirage-block
  1465. mirage-block-ccm
  1466. mirage-block-combinators
  1467. mirage-block-lwt
  1468. mirage-block-partition
  1469. mirage-block-ramdisk
  1470. mirage-block-solo5
  1471. mirage-block-unikraft
  1472. mirage-block-unix
  1473. mirage-block-xen
  1474. mirage-bootvar
  1475. mirage-channel >= "3.2.0"
  1476. mirage-channel-lwt
  1477. mirage-clock
  1478. mirage-clock-lwt
  1479. mirage-clock-unix
  1480. mirage-conduit
  1481. mirage-console
  1482. mirage-console-lwt
  1483. mirage-crypto
  1484. mirage-crypto-ec
  1485. mirage-crypto-pk
  1486. mirage-crypto-rng
  1487. mirage-crypto-rng-async
  1488. mirage-crypto-rng-eio
  1489. mirage-crypto-rng-lwt
  1490. mirage-crypto-rng-miou-unix
  1491. mirage-crypto-rng-mirage
  1492. mirage-device
  1493. mirage-dns
  1494. mirage-flow
  1495. mirage-flow-combinators
  1496. mirage-flow-lwt
  1497. mirage-flow-unix
  1498. mirage-fs
  1499. mirage-fs-lwt
  1500. mirage-kv >= "2.0.0"
  1501. mirage-kv-lwt >= "2.0.0"
  1502. mirage-kv-mem
  1503. mirage-kv-unix
  1504. mirage-logs
  1505. mirage-monitoring
  1506. mirage-mtime
  1507. mirage-nat
  1508. mirage-net
  1509. mirage-net-lwt
  1510. mirage-net-macosx >= "1.5.0"
  1511. mirage-net-solo5
  1512. mirage-net-unikraft
  1513. mirage-net-unix
  1514. mirage-net-xen
  1515. mirage-profile
  1516. mirage-protocols
  1517. mirage-protocols-lwt
  1518. mirage-ptime
  1519. mirage-qubes
  1520. mirage-qubes-ipv4
  1521. mirage-random
  1522. mirage-runtime
  1523. mirage-sleep
  1524. mirage-solo5
  1525. mirage-stack
  1526. mirage-stack-lwt
  1527. mirage-time
  1528. mirage-time-lwt
  1529. mirage-time-unix
  1530. mirage-types >= "3.6.0"
  1531. mirage-types-lwt >= "3.6.0"
  1532. mirage-unix
  1533. mirage-vnetif
  1534. mirage-xen
  1535. mjson
  1536. mkaudio >= "1.1.0"
  1537. mkocaml
  1538. mlbdd >= "0.7.2"
  1539. mlfenv
  1540. mlmpfr >= "4.0.2+dune"
  1541. mlpost
  1542. mlpost-lablgtk
  1543. mlt_parser
  1544. mm >= "0.7.0"
  1545. mmap
  1546. mmdb
  1547. mmo
  1548. mnd
  1549. mock >= "0.1.1"
  1550. mock-ounit >= "0.1.1"
  1551. module-graph
  1552. molenc >= "5.0.0"
  1553. monaco_jsoo
  1554. monolith
  1555. monomorphic >= "2.0"
  1556. monorobot
  1557. moonpool
  1558. moonpool-io
  1559. moonpool-lwt
  1560. mopsa
  1561. morbig >= "0.10.3"
  1562. morsmall
  1563. moss >= "0.1.1"
  1564. mparser >= "1.3"
  1565. mparser-pcre
  1566. mparser-re
  1567. mperf
  1568. mpg123
  1569. mpp >= "0.3.4"
  1570. mpris
  1571. mpris-clients
  1572. mrmime
  1573. msat >= "0.8"
  1574. msat-bin
  1575. msgpck >= "1.5"
  1576. msgpck-repr
  1577. mssql
  1578. mugen
  1579. mula
  1580. multibase
  1581. multicodec
  1582. multicont = "1.0.1"
  1583. multicore-bench < "0.1.2"
  1584. multihash
  1585. multihash-digestif
  1586. multipart-form-data >= "0.3.0"
  1587. multipart_form
  1588. multipart_form-cohttp-lwt
  1589. multipart_form-eio
  1590. multipart_form-lwt
  1591. multipart_form-miou
  1592. murmur3 >= "0.3"
  1593. mustache >= "3.1.0"
  1594. mustache-cli
  1595. mutaml
  1596. mutf8
  1597. mwt
  1598. mybuild >= "7"
  1599. mysql8
  1600. mysql_protocol
  1601. n_ary
  1602. naboris
  1603. nacc
  1604. nanoev
  1605. nanoev-picos
  1606. nanoev-posix
  1607. nanoev_tiny_httpd
  1608. nanoid
  1609. nanosvg
  1610. nanosvg_text
  1611. nbd >= "4.0.3"
  1612. nbd-tool
  1613. nbd-unix
  1614. neo4j_bolt
  1615. netkat
  1616. netlink >= "0.3.4"
  1617. netsnmp
  1618. neural_nets_lib < "0.5.2"
  1619. nice_parser
  1620. ninja_utils
  1621. niru
  1622. nloge
  1623. nlopt
  1624. nmea
  1625. noCanren >= "0.3.0~alpha1"
  1626. nocoiner
  1627. node_of_ocaml
  1628. noise
  1629. nomad
  1630. non_empty_list
  1631. nottui
  1632. nottui-lwt
  1633. nottui-pretty
  1634. nottui-unix
  1635. notty >= "0.2.3"
  1636. notty-community
  1637. notty_async >= "v0.12.0"
  1638. np
  1639. npy >= "0.0.9"
  1640. nsq
  1641. numeric_string
  1642. nuscr
  1643. OCADml
  1644. OCanren
  1645. OCanren-ppx
  1646. OSCADml
  1647. obatcher
  1648. obeam
  1649. obelisk >= "0.5.0"
  1650. obuilder
  1651. obuilder-spec
  1652. obus >= "1.2.0"
  1653. ocal >= "0.2.2"
  1654. ocaml-canvas
  1655. ocaml-compiler-libs >= "v0.12.0"
  1656. ocaml-embed-file
  1657. ocaml-in-python
  1658. ocaml-index
  1659. ocaml-lsp-server
  1660. ocaml-lua
  1661. ocaml-migrate-parsetree
  1662. ocaml-migrate-parsetree-ocamlbuild
  1663. ocaml-monadic >= "0.4.1"
  1664. ocaml-print-intf
  1665. ocaml-probes
  1666. ocaml-protoc >= "2.0.1"
  1667. ocaml-protoc-plugin
  1668. ocaml-r >= "0.1.1"
  1669. ocaml-sat-solvers >= "0.8"
  1670. ocaml-syntax-shims
  1671. ocaml-systemd >= "1.3"
  1672. ocaml-top >= "1.2.0"
  1673. ocaml-vdom < "transition"
  1674. ocaml-version >= "3.5.0"
  1675. ocaml_db_model
  1676. ocaml_intrinsics
  1677. ocaml_intrinsics_kernel
  1678. ocaml_openapi_generator
  1679. ocaml_pgsql_model
  1680. ocaml_plugin
  1681. ocamlapi
  1682. ocamlapi_async
  1683. ocamlapi_lwt_unix
  1684. ocamlapi_ppx
  1685. ocamlc-loc < "3.19.0"
  1686. ocamlcodoc
  1687. ocamldiff >= "1.2"
  1688. ocamlformat >= "0.24.1"
  1689. ocamlformat-lib
  1690. ocamlformat-mlx
  1691. ocamlformat-mlx-lib
  1692. ocamlformat-rpc < "removed"
  1693. ocamlformat-rpc-lib
  1694. ocamlfuse
  1695. ocamlgraph >= "2.0.0"
  1696. ocamlgraph_gtk
  1697. ocamline
  1698. ocamlog
  1699. ocamlregextkit
  1700. ocannl_npy
  1701. ocb
  1702. ocf >= "0.8.0" & < "1.0.0"
  1703. ocf_ppx < "1.0.0"
  1704. ockt
  1705. ocluster != "0.2"
  1706. ocluster-api
  1707. ocluster-worker
  1708. ocolor
  1709. ocp-browser >= "1.1.9"
  1710. ocp-indent >= "1.7.0" & < "1.9.0"
  1711. ocp-indent-nlfork
  1712. ocp-index >= "1.1.9"
  1713. ocp-search
  1714. ocp_reveal
  1715. ocplib-endian >= "1.1"
  1716. ocplib-json-typed-browser
  1717. ocplib-json-typed-bson
  1718. ocplib-simplex >= "0.5"
  1719. ocplib_stuff >= "0.4.0"
  1720. ocsigen-i18n >= "4.0.0"
  1721. ocsigen-ppx-rpc
  1722. ocsigenserver >= "4.0.1"
  1723. ocsipersist
  1724. ocsipersist-dbm
  1725. ocsipersist-dbm-config
  1726. ocsipersist-lib
  1727. ocsipersist-pgsql
  1728. ocsipersist-pgsql-config
  1729. ocsipersist-sqlite
  1730. ocsipersist-sqlite-config
  1731. octavius >= "1.2.2"
  1732. octez-accuser-Proxford >= "19.0"
  1733. octez-accuser-PsParisC
  1734. octez-accuser-PtLimaPt
  1735. octez-accuser-PtMumbai
  1736. octez-accuser-PtNairob < "18.0" | >= "19.0"
  1737. octez-accuser-PtParisB
  1738. octez-alcotezt >= "19.0"
  1739. octez-baker-Proxford >= "19.0"
  1740. octez-baker-PsParisC
  1741. octez-baker-PtLimaPt
  1742. octez-baker-PtMumbai
  1743. octez-baker-PtNairob < "18.0" | >= "19.0"
  1744. octez-baker-PtParisB
  1745. octez-client < "18.0" | >= "19.0"
  1746. octez-codec < "18.0" | >= "19.0"
  1747. octez-crawler < "18.0" | >= "19.0"
  1748. octez-dac-client >= "19.0"
  1749. octez-dac-node >= "19.0"
  1750. octez-dal-node
  1751. octez-distributed-internal >= "19.0"
  1752. octez-distributed-lwt-internal < "18.0" | >= "19.0"
  1753. octez-injector < "18.0" | >= "19.0"
  1754. octez-internal-libs
  1755. octez-l2-libs >= "19.0"
  1756. octez-libs >= "19.0"
  1757. octez-node < "18.0" | >= "19.0"
  1758. octez-node-config < "18.0" | >= "19.0"
  1759. octez-plompiler
  1760. octez-plonk
  1761. octez-proto-libs >= "19.0"
  1762. octez-protocol-000-Ps9mPmXa-libs >= "19.0"
  1763. octez-protocol-001-PtCJ7pwo-libs >= "19.0"
  1764. octez-protocol-002-PsYLVpVv-libs >= "19.0"
  1765. octez-protocol-003-PsddFKi3-libs >= "19.0"
  1766. octez-protocol-004-Pt24m4xi-libs >= "19.0"
  1767. octez-protocol-005-PsBabyM1-libs >= "19.0"
  1768. octez-protocol-006-PsCARTHA-libs >= "19.0"
  1769. octez-protocol-007-PsDELPH1-libs >= "19.0"
  1770. octez-protocol-008-PtEdo2Zk-libs >= "19.0"
  1771. octez-protocol-009-PsFLoren-libs >= "19.0"
  1772. octez-protocol-010-PtGRANAD-libs >= "19.0"
  1773. octez-protocol-011-PtHangz2-libs >= "19.0"
  1774. octez-protocol-012-Psithaca-libs >= "19.0"
  1775. octez-protocol-013-PtJakart-libs >= "19.0"
  1776. octez-protocol-014-PtKathma-libs >= "19.0"
  1777. octez-protocol-015-PtLimaPt-libs >= "19.0"
  1778. octez-protocol-016-PtMumbai-libs >= "19.0"
  1779. octez-protocol-017-PtNairob-libs >= "19.0"
  1780. octez-protocol-018-Proxford-libs >= "19.0"
  1781. octez-protocol-019-PtParisB-libs
  1782. octez-protocol-020-PsParisC-libs
  1783. octez-protocol-alpha-libs >= "19.0"
  1784. octez-protocol-compiler < "18.0" | >= "19.0"
  1785. octez-proxy-server < "18.0" | >= "19.0"
  1786. octez-rpc-process
  1787. octez-shell-libs >= "19.0"
  1788. octez-signer < "18.0" | >= "19.0"
  1789. octez-smart-rollup-client-PtMumbai
  1790. octez-smart-rollup-client-PtNairob < "18.0"
  1791. octez-smart-rollup-node != "18.1"
  1792. octez-smart-rollup-node-alpha >= "19.0"
  1793. octez-smart-rollup-node-lib >= "19.0"
  1794. octez-smart-rollup-node-Proxford >= "19.0"
  1795. octez-smart-rollup-node-PsParisC
  1796. octez-smart-rollup-node-PtMumbai
  1797. octez-smart-rollup-node-PtNairob < "18.0" | >= "19.0"
  1798. octez-smart-rollup-node-PtParisB
  1799. octez-smart-rollup-wasm-benchmark-lib
  1800. octez-smart-rollup-wasm-debugger < "18.0" | >= "19.0"
  1801. octez-smart-rollup-wasm-debugger-lib
  1802. octez-smart-rollup-wasm-debugger-plugin
  1803. octez-tx-rollup-client-PtLimaPt
  1804. octez-tx-rollup-node-PtLimaPt
  1805. octez-version >= "19.0"
  1806. ocue
  1807. odash
  1808. odate
  1809. odds >= "1.1"
  1810. odep
  1811. odepack >= "0.6.9"
  1812. odnnr
  1813. odoc < "3.1.0"
  1814. odoc-driver < "3.1.0"
  1815. odoc-md < "3.1.0"
  1816. odoc-parser < "3.1.0"
  1817. oepub
  1818. of_json
  1819. offheap
  1820. oframl
  1821. ogg >= "1.0.0"
  1822. ohex
  1823. oidc
  1824. ojo
  1825. ojs
  1826. ojs_base
  1827. ojs_base_all
  1828. ojs_base_ppx
  1829. ojs_ed
  1830. ojs_filetree
  1831. ojs_list
  1832. olinq >= "0.3"
  1833. oma
  1834. omd >= "1.3.2"
  1835. ometrics
  1836. omg
  1837. omigrate
  1838. omlr >= "1.0.3"
  1839. omtl
  1840. oneffs
  1841. oniguruma
  1842. opam-0install
  1843. opam-0install-cudf
  1844. opam-bin >= "1.0.0"
  1845. opam-build
  1846. opam-check-npm-deps
  1847. opam-client >= "2.0.2"
  1848. opam-compiler
  1849. opam-core >= "2.0.2"
  1850. opam-custom-install
  1851. opam-devel >= "2.0.2"
  1852. opam-dune-lint >= "0.3"
  1853. opam-ed >= "0.4"
  1854. opam-file-format >= "2.1.0" & < "2.1.5"
  1855. opam-format >= "2.0.2"
  1856. opam-graph
  1857. opam-grep >= "0.2.0"
  1858. opam-installer >= "2.0.2"
  1859. opam-monorepo
  1860. opam-package-upgrade >= "0.2"
  1861. opam-publish >= "2.0.2"
  1862. opam-repository >= "2.0.2"
  1863. opam-solver >= "2.0.2"
  1864. opam-spin
  1865. opam-state >= "2.0.2"
  1866. opam-test
  1867. opam_bin_lib != "0.9.5"
  1868. opasswd
  1869. opatch
  1870. opazl
  1871. openai
  1872. openai-gym
  1873. openapi
  1874. openapi-opium
  1875. openapi_router
  1876. opencc0
  1877. opencc1
  1878. opencc1_1
  1879. openQASM
  1880. openstellina
  1881. opentelemetry
  1882. opentelemetry-client-cohttp-eio
  1883. opentelemetry-client-cohttp-lwt
  1884. opentelemetry-client-ocurl
  1885. opentelemetry-cohttp-lwt
  1886. opentelemetry-logs
  1887. opentelemetry-lwt
  1888. opine
  1889. opium
  1890. opium-graphql
  1891. opium-testing
  1892. opium_kernel >= "0.17.0"
  1893. oplot < "0.85"
  1894. oplsr
  1895. opomodoro
  1896. opsian
  1897. optal
  1898. opti
  1899. optimization1d >= "0.6.1"
  1900. optiml-transport
  1901. optint
  1902. opus
  1903. oraft
  1904. oranger >= "2.0.1"
  1905. orb
  1906. order-i3-xfce
  1907. ordering < "3.19.0"
  1908. ordinal
  1909. ordinal_abbreviation
  1910. ordma >= "0.0.5"
  1911. orec >= "1.0.1"
  1912. orewa
  1913. orf
  1914. orgeat
  1915. orpie
  1916. orrandomForest
  1917. orsvm_e1071 >= "4.0.0"
  1918. ortac-core
  1919. ortac-dune
  1920. ortac-qcheck-stm
  1921. ortac-runtime
  1922. ortac-runtime-qcheck-stm
  1923. ortac-wrapper
  1924. orthologic-coq
  1925. orxgboost >= "1.1.0"
  1926. osc >= "0.2.0"
  1927. osc-lwt
  1928. osc-unix
  1929. osdp >= "1.1.1"
  1930. oseq >= "0.2"
  1931. osh
  1932. oskel
  1933. osnap
  1934. ostap >= "0.6"
  1935. osx-secure-transport
  1936. otaglibc
  1937. otf
  1938. otoggl
  1939. otoml
  1940. otr
  1941. ounit = "2.1.2"
  1942. ounit-lwt < "2.2.0"
  1943. ounit2
  1944. ounit2-lwt
  1945. override
  1946. owee
  1947. owi
  1948. owl >= "0.4.0" & < "1.2"
  1949. owl-base >= "0.4.0" & < "1.2"
  1950. owl-jupyter
  1951. owl-ode
  1952. owl-ode-base
  1953. owl-ode-odepack
  1954. owl-ode-sundials
  1955. owl-opt
  1956. owl-opt-lbfgs
  1957. owl-plplot < "1.1"
  1958. owl-symbolic
  1959. owl-top >= "0.4.0" & < "1.2"
  1960. owl-zoo >= "0.4.0"
  1961. owork
  1962. ozulip
  1963. p4pp
  1964. p5scm
  1965. packstream
  1966. pacomb
  1967. paf
  1968. paf-cohttp
  1969. pam
  1970. pancake
  1971. pandoc
  1972. pandoc-abbreviations
  1973. pandoc-comment
  1974. pandoc-crossref
  1975. pandoc-include
  1976. pandoc-inspect
  1977. pandoc-pdf2png
  1978. pandoc-replace
  1979. papi >= "0.1.1"
  1980. par_incr
  1981. parany >= "9.0.0"
  1982. pardi >= "2.0.2"
  1983. pari
  1984. pari-bindings
  1985. parmap >= "1.1.1"
  1986. parsexp >= "v0.12.0"
  1987. parsexp_io
  1988. parsley
  1989. passage
  1990. patch
  1991. patdiff >= "v0.12.1"
  1992. path_glob
  1993. patience_diff
  1994. patricia-tree
  1995. pattern
  1996. pb
  1997. pb-plugin
  1998. pbkdf
  1999. pbrt
  2000. pbrt_services
  2001. pbrt_yojson
  2002. pcap-format >= "0.5.2"
  2003. pcre >= "7.3.5"
  2004. pcre2
  2005. pds-reachability >= "0.2.2"
  2006. pecu >= "0.2"
  2007. petr4
  2008. petrol
  2009. pf-qubes
  2010. pg_query
  2011. pgocaml >= "4.0"
  2012. pgocaml_ppx
  2013. pgx >= "1.0"
  2014. pgx_async >= "1.0"
  2015. pgx_lwt >= "1.0"
  2016. pgx_lwt_mirage
  2017. pgx_lwt_unix
  2018. pgx_unix >= "1.0"
  2019. pgx_value_core
  2020. pgx_value_ptime
  2021. phantom-algebra >= "1.0.1"
  2022. phonetic
  2023. phylogenetics
  2024. piaf
  2025. picasso
  2026. piece_rope
  2027. piqi >= "0.7.8"
  2028. piqilib >= "0.6.16"
  2029. pixel_pusher
  2030. pkcs11 >= "0.18.0"
  2031. pkcs11-cli
  2032. pkcs11-driver
  2033. pkcs11-rev
  2034. pla >= "1.3"
  2035. plateau
  2036. plato
  2037. plebeia
  2038. plist-xml
  2039. plist-xml-lwt
  2040. plotkicadsch
  2041. plotly
  2042. plplot >= "5.11.0-1"
  2043. polars
  2044. polars_async
  2045. polka
  2046. poll
  2047. polling_state_rpc
  2048. polly
  2049. polynomial
  2050. pomap
  2051. popper
  2052. portaudio >= "0.2.2"
  2053. portaudio_c_bindings
  2054. portmidi
  2055. posix-base
  2056. posix-bindings
  2057. posix-getopt >= "2.0.0"
  2058. posix-math2
  2059. posix-signal
  2060. posix-socket
  2061. posix-socket-unix
  2062. posix-time2
  2063. posix-types >= "2.0.0"
  2064. posix-uname
  2065. posixat
  2066. postgres_async
  2067. postgresql >= "4.4.1"
  2068. pp
  2069. pp-binary-ints
  2070. pp_loc
  2071. pprint >= "20200226"
  2072. ppx-owl-opt
  2073. ppx_accessor
  2074. ppx_assert
  2075. ppx_bap
  2076. ppx_base
  2077. ppx_bench
  2078. ppx_bin_prot
  2079. ppx_bitstring < "5.0.2"
  2080. ppx_blob >= "0.6.0"
  2081. ppx_camlrack
  2082. ppx_catch
  2083. ppx_cold
  2084. ppx_compare
  2085. ppx_compose >= "0.1.0"
  2086. ppx_const >= "2.0"
  2087. ppx_conv_func
  2088. ppx_counters
  2089. ppx_css
  2090. ppx_cstruct
  2091. ppx_cstubs
  2092. ppx_csv_conv
  2093. ppx_custom_printf
  2094. ppx_decimal
  2095. ppx_default
  2096. ppx_defer >= "0.4.0"
  2097. ppx_demo
  2098. ppx_derive_at_runtime
  2099. ppx_derivers >= "1.2.1"
  2100. ppx_deriving >= "4.5-1"
  2101. ppx_deriving_cad
  2102. ppx_deriving_cmdliner >= "0.5.1"
  2103. ppx_deriving_decoders
  2104. ppx_deriving_encoding
  2105. ppx_deriving_hardcaml
  2106. ppx_deriving_hash
  2107. ppx_deriving_json_schema
  2108. ppx_deriving_jsoo
  2109. ppx_deriving_madcast >= "0.2"
  2110. ppx_deriving_popper
  2111. ppx_deriving_protobuf
  2112. ppx_deriving_qcheck
  2113. ppx_deriving_rpc
  2114. ppx_deriving_scad
  2115. ppx_deriving_variant_string
  2116. ppx_deriving_yaml < "0.4.0"
  2117. ppx_deriving_yojson
  2118. ppx_diff
  2119. ppx_disable_unused_warnings
  2120. ppx_distr_guards >= "0.2"
  2121. ppx_dream_eml
  2122. ppx_embed_file
  2123. ppx_enumerate
  2124. ppx_expect
  2125. ppx_expect_nobase
  2126. ppx_factory
  2127. ppx_fail
  2128. ppx_fields_conv
  2129. ppx_fixed_literal
  2130. ppx_fun
  2131. ppx_gen_rec >= "1.1.0"
  2132. ppx_getenv >= "2.0"
  2133. ppx_globalize
  2134. ppx_hardcaml
  2135. ppx_hash
  2136. ppx_here
  2137. ppx_ignore_instrumentation
  2138. ppx_import
  2139. ppx_inline_alcotest
  2140. ppx_inline_test
  2141. ppx_inline_test_nobase
  2142. ppx_interact
  2143. ppx_irmin
  2144. ppx_jane
  2145. ppx_js_style
  2146. ppx_jsobject_conv
  2147. ppx_jsonaf_conv
  2148. ppx_let
  2149. ppx_log
  2150. ppx_lun
  2151. ppx_make
  2152. ppx_map
  2153. ppx_marshal
  2154. ppx_marshal_ext
  2155. ppx_matches
  2156. ppx_meta_conv
  2157. ppx_mica
  2158. ppx_minidebug
  2159. ppx_module_timer
  2160. ppx_monad
  2161. ppx_monoid >= "0.3.2"
  2162. ppx_mysql
  2163. ppx_mysql_identity
  2164. ppx_open
  2165. ppx_optcomp
  2166. ppx_optint
  2167. ppx_optional
  2168. ppx_parser
  2169. ppx_pattern_bind
  2170. ppx_pbt
  2171. ppx_pipebang >= "v0.12.0"
  2172. ppx_protocol_conv
  2173. ppx_protocol_conv_json
  2174. ppx_protocol_conv_jsonm
  2175. ppx_protocol_conv_msgpack
  2176. ppx_protocol_conv_xml_light
  2177. ppx_protocol_conv_xmlm
  2178. ppx_protocol_conv_yaml
  2179. ppx_pyformat
  2180. ppx_python
  2181. ppx_quick_test
  2182. ppx_rapper
  2183. ppx_rapper_async
  2184. ppx_rapper_lwt
  2185. ppx_regexp >= "0.4.0"
  2186. ppx_repr
  2187. ppx_seq
  2188. ppx_sexp_conv
  2189. ppx_sexp_message
  2190. ppx_sexp_value
  2191. ppx_show
  2192. ppx_stable
  2193. ppx_stable_witness
  2194. ppx_string
  2195. ppx_string_conv
  2196. ppx_string_interpolation
  2197. ppx_subliner
  2198. ppx_system
  2199. ppx_test
  2200. ppx_there
  2201. ppx_tools >= "6.0+4.08.0"
  2202. ppx_tools_versioned
  2203. ppx_trace
  2204. ppx_ts
  2205. ppx_tydi
  2206. ppx_type_directed_value
  2207. ppx_typed_fields
  2208. ppx_typerep_conv
  2209. ppx_tyre
  2210. ppx_units
  2211. ppx_unreachable
  2212. ppx_update
  2213. ppx_variants_conv
  2214. ppx_viewpattern
  2215. ppx_wideopen
  2216. ppx_xml_conv
  2217. ppx_yojson
  2218. ppx_yojson_conv
  2219. ppx_yojson_conv_lib
  2220. ppxfind >= "1.3"
  2221. ppxlib
  2222. ppxlib-tools
  2223. ppxlib_jane
  2224. ppxx
  2225. pratter
  2226. prbnmcn-basic-structures
  2227. prbnmcn-cgrph
  2228. prbnmcn-clustering
  2229. prbnmcn-dagger
  2230. prbnmcn-dagger-gsl
  2231. prbnmcn-dagger-stats
  2232. prbnmcn-dagger-test
  2233. prbnmcn-gnuplot
  2234. prbnmcn-linalg
  2235. prbnmcn-mcts
  2236. prbnmcn-proptest
  2237. prbnmcn-stats
  2238. prbnmcn-ucb1
  2239. prc
  2240. preface
  2241. prelude
  2242. pretty_expressive
  2243. prettym
  2244. printbox >= "0.3"
  2245. printbox-ext-plot
  2246. printbox-html
  2247. printbox-md
  2248. printbox-text >= "0.6.1"
  2249. proc-smaps
  2250. process_limits
  2251. processor
  2252. producer
  2253. prof_spacetime
  2254. profiling
  2255. profunctor
  2256. progress < "0.5.0"
  2257. prom
  2258. prometheus >= "0.6"
  2259. prometheus-app >= "0.6"
  2260. prometheus-liquidsoap >= "2"
  2261. promise
  2262. promise_jsoo
  2263. promise_jsoo_lwt
  2264. protocell
  2265. protocol-9p >= "1.0.0"
  2266. protocol-9p-tool >= "1.0.0"
  2267. protocol-9p-unix >= "1.0.0"
  2268. protocol_version_header
  2269. prr
  2270. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2271. psq >= "0.1.1"
  2272. ptmap >= "2.0.5"
  2273. ptset
  2274. pulseaudio >= "0.1.4"
  2275. pure-html
  2276. pure-splitmix >= "0.3"
  2277. purl
  2278. pvec
  2279. py >= "1.1"
  2280. pyast
  2281. pyml >= "20210924"
  2282. pyml_bindgen >= "0.3.0"
  2283. pyre-ast
  2284. pythonlib
  2285. qbf >= "0.3"
  2286. qcheck >= "0.13"
  2287. qcheck-alcotest
  2288. qcheck-core
  2289. qcheck-lin < "0.10"
  2290. qcheck-multicoretests-util < "0.10"
  2291. qcheck-ounit
  2292. qcheck-stm < "0.10"
  2293. qinap
  2294. qiskit
  2295. qmp >= "0.19.0"
  2296. qrencode
  2297. qtest >= "2.10.1"
  2298. queenshead
  2299. quests
  2300. quick_print
  2301. quickjs
  2302. radamsa
  2303. radare2 >= "0.0.3"
  2304. randii
  2305. randomconv
  2306. randoml
  2307. range >= "0.8"
  2308. rangeSet
  2309. rankers
  2310. rawlink
  2311. rawlink-eio
  2312. rawlink-lwt
  2313. raygui < "1.4.0"
  2314. raylib < "1.4.0"
  2315. rdbg >= "1.196.12"
  2316. rdf >= "0.13.0" & < "1.1.0"
  2317. rdf_impls < "1.1.0"
  2318. rdf_json_ld < "1.1.0"
  2319. rdf_lwt < "1.1.0"
  2320. rdf_mysql < "1.1.0"
  2321. rdf_postgresql < "1.1.0"
  2322. rdf_ppx < "1.1.0"
  2323. re >= "1.9.0" & < "1.14.0"
  2324. re2 >= "v0.12.1"
  2325. re2_stable
  2326. re_parser
  2327. rea
  2328. reactiveData = "0.3.0"
  2329. reactjs-jsx-ppx
  2330. readline
  2331. reanalyze
  2332. reason < "3.17.2"
  2333. reason-react
  2334. reason-react-ppx
  2335. reason-standard
  2336. received
  2337. record_builder
  2338. records >= "1.0.0"
  2339. reddit_api_async
  2340. reddit_api_kernel
  2341. redirect
  2342. redis >= "0.4"
  2343. redis-async
  2344. redis-lwt >= "0.4"
  2345. redis-sync >= "0.4"
  2346. reed-solomon-erasure >= "1.0.2"
  2347. reedsolomon
  2348. refl
  2349. regenerate
  2350. regex_parser_intf
  2351. regrade
  2352. relude
  2353. remu_ts
  2354. reparse
  2355. reparse-lwt
  2356. reparse-lwt-unix
  2357. reparse-unix
  2358. repr
  2359. repr-bench
  2360. repr-fuzz
  2361. res >= "5.0.1"
  2362. res_tailwindcss
  2363. rescript-syntax
  2364. reshowcase
  2365. resource-pooling >= "1.1"
  2366. resource_cache
  2367. resp
  2368. resp-client
  2369. resp-mirage
  2370. resp-server >= "0.9"
  2371. resp-unix
  2372. resto
  2373. resto-acl
  2374. resto-cohttp
  2375. resto-cohttp-client
  2376. resto-cohttp-self-serving-client
  2377. resto-cohttp-server
  2378. resto-directory
  2379. resto-json
  2380. result
  2381. rfc1951 >= "0.8.1" & != "1.0.0"
  2382. rfc6287 >= "1.0.4"
  2383. rfc7748
  2384. rfsm >= "1.6-alpha-3"
  2385. rhythm
  2386. ringo
  2387. ringo-lwt
  2388. rio
  2389. riot
  2390. river
  2391. rock
  2392. rocq-core
  2393. rocq-devtools
  2394. rocq-runtime
  2395. rocqide
  2396. roman
  2397. root1d >= "0.5.1"
  2398. rope >= "0.6.2"
  2399. rosa
  2400. rosetta >= "0.2.0"
  2401. routes
  2402. rpc
  2403. rpc_parallel
  2404. rpclib
  2405. rpclib-async
  2406. rpclib-html
  2407. rpclib-js
  2408. rpclib-lwt
  2409. rsdd
  2410. rss
  2411. rtop < "3.17.2"
  2412. rtree
  2413. rungen
  2414. runtime_events_tools < "0.5.2"
  2415. rusage
  2416. rust-staticlib-gen
  2417. rust-staticlib-virtual
  2418. SourceCode_ASCII
  2419. SZXX
  2420. safemoney
  2421. safepass >= "3.1"
  2422. sail >= "0.15"
  2423. sail_c_backend
  2424. sail_coq_backend
  2425. sail_doc_backend
  2426. sail_latex_backend
  2427. sail_lean_backend
  2428. sail_lem_backend
  2429. sail_maker
  2430. sail_manifest
  2431. sail_ocaml_backend
  2432. sail_output
  2433. sail_smt_backend
  2434. sail_sv_backend
  2435. salsa20 >= "1.0.0"
  2436. salsa20-core >= "1.0.0"
  2437. samplerate >= "0.1.6"
  2438. sanddb >= "0.2"
  2439. sarek
  2440. sarif
  2441. satex
  2442. saturn < "0.5.0"
  2443. saturn_lockfree < "0.5.0"
  2444. satyrographos
  2445. scad_ml
  2446. scfg
  2447. scgi
  2448. scipy
  2449. scrypt-kdf
  2450. sd_logic
  2451. sdl-liquidsoap >= "3"
  2452. search
  2453. searchTree
  2454. secp256k1 >= "0.4.1"
  2455. secp256k1-internal
  2456. sedlex >= "2.0"
  2457. sek
  2458. sel
  2459. semantic_version
  2460. semaphore-compat
  2461. semver >= "0.2.1"
  2462. semver2
  2463. sendmail
  2464. sendmail-lwt
  2465. sendmail-miou-unix
  2466. sendmail-mirage
  2467. sentry
  2468. seq < "base"
  2469. seqes
  2470. sequencer_table
  2471. serde
  2472. serde_debug
  2473. serde_derive
  2474. serde_json
  2475. serde_sexpr
  2476. serde_xml
  2477. serial
  2478. server-reason-react
  2479. session >= "0.4.1"
  2480. session-cohttp >= "0.4.1"
  2481. session-cohttp-async >= "0.4.1"
  2482. session-cohttp-lwt >= "0.4.1"
  2483. session-cookie
  2484. session-cookie-async
  2485. session-cookie-lwt
  2486. session-postgresql >= "0.4.1"
  2487. session-postgresql-async
  2488. session-postgresql-lwt
  2489. session-redis-lwt >= "0.4.1"
  2490. session-webmachine >= "0.4.1"
  2491. setcore >= "1.0.2"
  2492. sexp
  2493. sexp_decode
  2494. sexp_diff
  2495. sexp_diff_kernel
  2496. sexp_grammar
  2497. sexp_macro
  2498. sexp_pretty
  2499. sexp_select
  2500. sexp_string_quickcheck
  2501. sexplib >= "v0.12.0"
  2502. sexplib0 >= "v0.12.0"
  2503. sgf >= "1.0.1"
  2504. sha >= "1.13"
  2505. shades
  2506. shapefile
  2507. shared-block-ring
  2508. shared-memory-ring
  2509. shared-memory-ring-lwt
  2510. shared-secret >= "0.4"
  2511. shell
  2512. sherlodoc < "3.1.0"
  2513. shexp
  2514. shine >= "0.2.2"
  2515. shuttle
  2516. shuttle_http
  2517. shuttle_ssl
  2518. shuttle_websocket
  2519. sifun
  2520. sihl
  2521. sihl-cache
  2522. sihl-contract
  2523. sihl-core
  2524. sihl-email
  2525. sihl-facade
  2526. sihl-persistence
  2527. sihl-queue
  2528. sihl-session
  2529. sihl-storage
  2530. sihl-token
  2531. sihl-type
  2532. sihl-user
  2533. sihl-web
  2534. simlog
  2535. simple63
  2536. simple_httpd
  2537. simple_httpd_caqti
  2538. sklearn
  2539. slack
  2540. slacko
  2541. slice
  2542. slipshow != "0.5.0"
  2543. slug
  2544. smart-print >= "0.3.0"
  2545. smbc
  2546. smol
  2547. smol-helpers
  2548. smtlib-utils
  2549. smtml >= "0.7.0" & < "0.10.0"
  2550. snappy >= "0.1.2"
  2551. snoke
  2552. so
  2553. sodium-fmt
  2554. solid < "0.5.0"
  2555. solid_server < "0.5.0"
  2556. solid_tools < "0.5.0"
  2557. solidity-alcotest
  2558. solidity-common
  2559. solidity-parser
  2560. solidity-test
  2561. solidity-typechecker
  2562. solo5-elftool
  2563. sortedseq_intersect
  2564. soundtouch >= "0.1.9"
  2565. soupault
  2566. spacetime_lib
  2567. spatial-shell
  2568. spawn < "v0.9.0" | >= "v0.13.0"
  2569. spdx_licenses
  2570. spectrum
  2571. speex
  2572. spelll >= "0.4"
  2573. spices
  2574. spin
  2575. splay_tree
  2576. splittable_random
  2577. spoc
  2578. spoc_ppx
  2579. spoke
  2580. spotify-web-api
  2581. spotlib >= "4.1.0"
  2582. sqlgg >= "20200521"
  2583. sqlite3 >= "4.4.1"
  2584. sqlite3_utils
  2585. srt
  2586. ssh-agent >= "0.2.0"
  2587. ssl >= "0.5.6"
  2588. starpath
  2589. stdcompat >= "19"
  2590. stdint >= "0.6.0"
  2591. stdint-literals
  2592. stdio
  2593. stdlib-diff
  2594. stdlib-random
  2595. stdlib-shims
  2596. stdune < "3.19.0"
  2597. stitch
  2598. stk < "0.5.0"
  2599. stk_iconv < "0.5.0"
  2600. stk_ocf < "0.5.0"
  2601. stk_ppx < "0.5.0"
  2602. stk_rdf < "0.5.0"
  2603. stk_xml < "0.5.0"
  2604. stog >= "0.20.0"
  2605. stog_all
  2606. stog_asy
  2607. stog_dot
  2608. stog_extern
  2609. stog_markdown
  2610. stog_multi_doc
  2611. stog_nocaml
  2612. stog_noexec
  2613. stog_plugins
  2614. stog_rdf
  2615. stog_rel_href
  2616. stog_server
  2617. stog_server_multi
  2618. stog_sitemap
  2619. stog_writing
  2620. stone >= "0.5.2"
  2621. store
  2622. stored_reversed
  2623. stramon-lib
  2624. streamable
  2625. streaming
  2626. string_dict
  2627. stringCodepointSplitter
  2628. stringext >= "1.6.0"
  2629. sturgeon >= "0.4.2"
  2630. styled-ppx
  2631. subprocess
  2632. subscriptions-transport-ws
  2633. subtype-refinement >= "0.2"
  2634. sun
  2635. svmwrap
  2636. swagger >= "0.2.0"
  2637. swhid
  2638. swhid_compute
  2639. swhid_core
  2640. swhid_types
  2641. swipl
  2642. syguslib-utils
  2643. synchronizer
  2644. syncweb
  2645. syndic >= "1.6.0"
  2646. sys-socket
  2647. sys-socket-unix
  2648. syslog >= "2.0.1"
  2649. syslog-message >= "1.0.0"
  2650. syslog-rfc5424 < "0.2"
  2651. systemverilog >= "0.0.2"
  2652. TCSLib >= "0.5"
  2653. tablecloth-base
  2654. tablecloth-melange
  2655. tablecloth-native < "transition"
  2656. taglib >= "0.3.7"
  2657. talaria-bibtex
  2658. tar
  2659. tar-eio
  2660. tar-mirage
  2661. tar-unix
  2662. tcalc
  2663. tcpip
  2664. tdigest
  2665. telemetry
  2666. telltime
  2667. tensorboard
  2668. term-indexing
  2669. term-tools
  2670. terminal < "0.5.0"
  2671. terminal_size >= "0.1.4"
  2672. terminus
  2673. terminus-cohttp
  2674. terminus-hlc
  2675. testo
  2676. testo-diff
  2677. testo-lwt
  2678. testo-util
  2679. testu01
  2680. textmate-language
  2681. textrazor
  2682. textutils
  2683. textutils_kernel
  2684. textwrap >= "0.2.1"
  2685. tezos-baking-015-PtLimaPt
  2686. tezos-baking-015-PtLimaPt-commands
  2687. tezos-baking-016-PtMumbai
  2688. tezos-baking-016-PtMumbai-commands
  2689. tezos-baking-017-PtNairob
  2690. tezos-baking-017-PtNairob-commands
  2691. tezos-baking-alpha
  2692. tezos-baking-alpha-commands
  2693. tezos-base
  2694. tezos-base-test-helpers
  2695. tezos-base58
  2696. tezos-benchmark >= "19.0"
  2697. tezos-bls12-381-polynomial
  2698. tezos-clic
  2699. tezos-client-000-Ps9mPmXa
  2700. tezos-client-001-PtCJ7pwo
  2701. tezos-client-002-PsYLVpVv
  2702. tezos-client-003-PsddFKi3
  2703. tezos-client-004-Pt24m4xi
  2704. tezos-client-005-PsBabyM1
  2705. tezos-client-006-PsCARTHA
  2706. tezos-client-007-PsDELPH1
  2707. tezos-client-008-PtEdo2Zk
  2708. tezos-client-009-PsFLoren
  2709. tezos-client-010-PtGRANAD
  2710. tezos-client-011-PtHangz2
  2711. tezos-client-012-Psithaca
  2712. tezos-client-013-PtJakart
  2713. tezos-client-014-PtKathma
  2714. tezos-client-015-PtLimaPt
  2715. tezos-client-016-PtMumbai
  2716. tezos-client-017-PtNairob
  2717. tezos-client-alpha
  2718. tezos-client-base
  2719. tezos-client-base-unix
  2720. tezos-client-commands
  2721. tezos-client-demo-counter < "18.0" | >= "19.0"
  2722. tezos-client-genesis < "18.0" | >= "19.0"
  2723. tezos-context
  2724. tezos-context-hash
  2725. tezos-context-hash-irmin
  2726. tezos-context-ops
  2727. tezos-crypto
  2728. tezos-crypto-dal
  2729. tezos-dac-client-lib >= "19.0"
  2730. tezos-dac-lib >= "19.0"
  2731. tezos-dac-node-lib >= "19.0"
  2732. tezos-dal-node-lib < "18.0" | >= "19.0"
  2733. tezos-dal-node-services < "18.0" | >= "19.0"
  2734. tezos-embedded-protocol-000-Ps9mPmXa
  2735. tezos-embedded-protocol-001-PtCJ7pwo
  2736. tezos-embedded-protocol-002-PsYLVpVv
  2737. tezos-embedded-protocol-003-PsddFKi3
  2738. tezos-embedded-protocol-004-Pt24m4xi
  2739. tezos-embedded-protocol-005-PsBABY5H
  2740. tezos-embedded-protocol-005-PsBabyM1
  2741. tezos-embedded-protocol-006-PsCARTHA
  2742. tezos-embedded-protocol-007-PsDELPH1
  2743. tezos-embedded-protocol-008-PtEdo2Zk
  2744. tezos-embedded-protocol-008-PtEdoTez
  2745. tezos-embedded-protocol-009-PsFLoren
  2746. tezos-embedded-protocol-010-PtGRANAD
  2747. tezos-embedded-protocol-011-PtHangz2
  2748. tezos-embedded-protocol-012-Psithaca
  2749. tezos-embedded-protocol-013-PtJakart
  2750. tezos-embedded-protocol-014-PtKathma
  2751. tezos-embedded-protocol-015-PtLimaPt
  2752. tezos-embedded-protocol-016-PtMumbai
  2753. tezos-embedded-protocol-017-PtNairob
  2754. tezos-embedded-protocol-alpha
  2755. tezos-embedded-protocol-demo-counter
  2756. tezos-embedded-protocol-demo-noops
  2757. tezos-embedded-protocol-genesis
  2758. tezos-error-monad
  2759. tezos-event-logging
  2760. tezos-event-logging-test-helpers
  2761. tezos-hacl-glue
  2762. tezos-hacl-glue-unix
  2763. tezos-injector-015-PtLimaPt
  2764. tezos-injector-016-PtMumbai
  2765. tezos-layer2-store
  2766. tezos-layer2-utils-016-PtMumbai
  2767. tezos-layer2-utils-017-PtNairob
  2768. tezos-lazy-containers
  2769. tezos-lwt-result-stdlib < "16.0"
  2770. tezos-micheline
  2771. tezos-mockup
  2772. tezos-mockup-commands
  2773. tezos-mockup-proxy
  2774. tezos-mockup-registration
  2775. tezos-openapi
  2776. tezos-p2p
  2777. tezos-p2p-services
  2778. tezos-plompiler
  2779. tezos-plonk
  2780. tezos-protocol-000-Ps9mPmXa < "18.0" | >= "19.0"
  2781. tezos-protocol-001-PtCJ7pwo < "18.0" | >= "19.0"
  2782. tezos-protocol-002-PsYLVpVv < "18.0" | >= "19.0"
  2783. tezos-protocol-003-PsddFKi3 < "18.0" | >= "19.0"
  2784. tezos-protocol-004-Pt24m4xi < "18.0" | >= "19.0"
  2785. tezos-protocol-005-PsBABY5H < "18.0" | >= "19.0"
  2786. tezos-protocol-005-PsBabyM1 < "18.0" | >= "19.0"
  2787. tezos-protocol-006-PsCARTHA < "18.0" | >= "19.0"
  2788. tezos-protocol-007-PsDELPH1 < "18.0" | >= "19.0"
  2789. tezos-protocol-008-PtEdo2Zk < "18.0" | >= "19.0"
  2790. tezos-protocol-008-PtEdoTez < "18.0" | >= "19.0"
  2791. tezos-protocol-009-PsFLoren < "18.0" | >= "19.0"
  2792. tezos-protocol-010-PtGRANAD < "18.0" | >= "19.0"
  2793. tezos-protocol-011-PtHangz2 < "18.0" | >= "19.0"
  2794. tezos-protocol-012-Psithaca < "18.0" | >= "19.0"
  2795. tezos-protocol-013-PtJakart < "18.0" | >= "19.0"
  2796. tezos-protocol-014-PtKathma < "18.0" | >= "19.0"
  2797. tezos-protocol-015-PtLimaPt < "18.0" | >= "19.0"
  2798. tezos-protocol-016-PtMumbai < "18.0" | >= "19.0"
  2799. tezos-protocol-017-PtNairob < "18.0" | >= "19.0"
  2800. tezos-protocol-018-Proxford >= "19.0"
  2801. tezos-protocol-019-PtParisB
  2802. tezos-protocol-020-PsParisC
  2803. tezos-protocol-alpha < "18.0" | >= "19.0"
  2804. tezos-protocol-demo-counter < "18.0" | >= "19.0"
  2805. tezos-protocol-demo-noops < "18.0" | >= "19.0"
  2806. tezos-protocol-environment
  2807. tezos-protocol-environment-packer
  2808. tezos-protocol-environment-sigs
  2809. tezos-protocol-environment-structs
  2810. tezos-protocol-genesis < "18.0" | >= "19.0"
  2811. tezos-protocol-plugin-007-PsDELPH1
  2812. tezos-protocol-plugin-007-PsDELPH1-registerer
  2813. tezos-protocol-plugin-008-PtEdo2Zk
  2814. tezos-protocol-plugin-008-PtEdo2Zk-registerer
  2815. tezos-protocol-plugin-009-PsFLoren
  2816. tezos-protocol-plugin-009-PsFLoren-registerer
  2817. tezos-protocol-plugin-010-PtGRANAD
  2818. tezos-protocol-plugin-010-PtGRANAD-registerer
  2819. tezos-protocol-plugin-011-PtHangz2
  2820. tezos-protocol-plugin-011-PtHangz2-registerer
  2821. tezos-protocol-plugin-012-Psithaca
  2822. tezos-protocol-plugin-012-Psithaca-registerer
  2823. tezos-protocol-plugin-013-PtJakart
  2824. tezos-protocol-plugin-013-PtJakart-registerer
  2825. tezos-protocol-plugin-014-PtKathma
  2826. tezos-protocol-plugin-014-PtKathma-registerer
  2827. tezos-protocol-plugin-015-PtLimaPt
  2828. tezos-protocol-plugin-015-PtLimaPt-registerer
  2829. tezos-protocol-plugin-016-PtMumbai
  2830. tezos-protocol-plugin-016-PtMumbai-registerer
  2831. tezos-protocol-plugin-017-PtNairob
  2832. tezos-protocol-plugin-017-PtNairob-registerer
  2833. tezos-protocol-plugin-alpha
  2834. tezos-protocol-plugin-alpha-registerer
  2835. tezos-protocol-updater
  2836. tezos-proxy
  2837. tezos-proxy-server-config < "18.0" | >= "19.0"
  2838. tezos-requester
  2839. tezos-rpc
  2840. tezos-rpc-http
  2841. tezos-rpc-http-client
  2842. tezos-rpc-http-client-unix
  2843. tezos-rpc-http-server
  2844. tezos-sapling
  2845. tezos-scoru-wasm
  2846. tezos-scoru-wasm-fast
  2847. tezos-scoru-wasm-helpers
  2848. tezos-shell
  2849. tezos-shell-context
  2850. tezos-shell-services
  2851. tezos-shell-services-test-helpers
  2852. tezos-signer-backends
  2853. tezos-signer-services
  2854. tezos-smart-rollup-016-PtMumbai
  2855. tezos-smart-rollup-017-PtNairob
  2856. tezos-smart-rollup-alpha
  2857. tezos-smart-rollup-layer2-016-PtMumbai
  2858. tezos-smart-rollup-layer2-017-PtNairob
  2859. tezos-stdlib-unix
  2860. tezos-store
  2861. tezos-test-helpers < "16.0"
  2862. tezos-test-helpers-extra
  2863. tezos-test-services
  2864. tezos-tree-encoding
  2865. tezos-tx-rollup-015-PtLimaPt
  2866. tezos-validation
  2867. tezos-version
  2868. tezos-webassembly-interpreter
  2869. tezos-webassembly-interpreter-extra
  2870. tezos-workers
  2871. tezt < "4.3.0"
  2872. tezt-bam
  2873. tezt-tezos != "18.1"
  2874. theora
  2875. thread-local-storage
  2876. thread-table
  2877. thrift
  2878. tidy >= "5-0.2"
  2879. tidy_email
  2880. tidy_email_mailgun
  2881. tidy_email_sendgrid
  2882. tidy_email_smtp
  2883. tilde_f
  2884. time_now
  2885. timed >= "1.1"
  2886. timedesc
  2887. timedesc-json
  2888. timedesc-sexp
  2889. timedesc-tzdb
  2890. timedesc-tzlocal
  2891. timedesc-tzlocal-js
  2892. timere
  2893. timere-parse
  2894. timezone
  2895. timmy
  2896. timmy-jsoo
  2897. timmy-lwt
  2898. timmy-unix
  2899. tiny_httpd
  2900. tiny_httpd_camlzip
  2901. tip-parser >= "0.4"
  2902. tldr
  2903. tls >= "0.12.8"
  2904. tls-async
  2905. tls-eio
  2906. tls-liquidsoap
  2907. tls-lwt
  2908. tls-miou-unix
  2909. tls-mirage
  2910. toc
  2911. tofn
  2912. togglelog
  2913. toml
  2914. toml-cconv
  2915. toml_cconv
  2916. toplevel_backend
  2917. toplevel_expect_test
  2918. topojson
  2919. topojsone
  2920. topological_sort
  2921. torch
  2922. tqdm
  2923. trace
  2924. trace-fuchsia
  2925. trace-tef
  2926. tracing
  2927. tracy-client
  2928. trail
  2929. traits
  2930. trampoline
  2931. transept
  2932. traverse
  2933. travesty != "0.6.1"
  2934. trax >= "0.4.0"
  2935. tree_layout >= "0.2"
  2936. treeprint >= "2.3.0"
  2937. trexio
  2938. trie
  2939. trs
  2940. tsdl-image >= "0.3.0"
  2941. tsdl-mixer
  2942. tsdl-ttf >= "0.3"
  2943. tsort
  2944. tty
  2945. tube >= "4.4.0"
  2946. tuntap
  2947. twirp_cohttp_lwt_unix
  2948. twirp_core
  2949. twirp_ezcurl
  2950. twirp_tiny_httpd
  2951. twostep
  2952. tyabt
  2953. type_eq
  2954. type_id
  2955. typed_list
  2956. typeid
  2957. typerep >= "v0.12.0"
  2958. typeset
  2959. tyre >= "0.5"
  2960. tyxml >= "4.3.0"
  2961. tyxml-jsx
  2962. tyxml-lwd
  2963. tyxml-ppx >= "4.3.0"
  2964. tyxml-syntax
  2965. ubase
  2966. ubpf >= "0.2"
  2967. uecc >= "0.3"
  2968. uint >= "2.0.1"
  2969. ulid
  2970. um-abt
  2971. unidecode
  2972. unionFind
  2973. unisim_archisec
  2974. unison >= "2.51.4" & < "2.53.4"
  2975. universal-portal
  2976. universo
  2977. unix-errno >= "0.6.0"
  2978. unstrctrd
  2979. uopt
  2980. uri >= "2.2.1"
  2981. uri-bench
  2982. uri-re
  2983. uri-sexp
  2984. uring
  2985. uritemplate
  2986. urn
  2987. user-agent-parser
  2988. username_kernel
  2989. uspf
  2990. uspf-lwt
  2991. uspf-mirage
  2992. uspf-unix
  2993. utop
  2994. uuuu >= "0.1.1"
  2995. validate
  2996. validator
  2997. variantslib >= "v0.12.0"
  2998. varray
  2999. vcaml
  3000. vcardgen >= "1.2"
  3001. vchan
  3002. vchan-unix
  3003. vchan-xen
  3004. vdom
  3005. vec
  3006. vector
  3007. vector3 >= "1.0.0"
  3008. vendredi
  3009. vercel
  3010. versioned_polling_state_rpc
  3011. vhd-format >= "0.12.0"
  3012. vhd-format-lwt
  3013. vif
  3014. virtual_dom
  3015. virtual_dom_toplayer
  3016. visitors >= "20200207"
  3017. vlq >= "0.2.1"
  3018. vlt
  3019. vmnet
  3020. vocal
  3021. voqc
  3022. vorbis
  3023. vpt >= "5.0.0"
  3024. vscoq-language-server < "2.3.3"
  3025. vsrocq-language-server
  3026. vue-jsoo
  3027. vue-ppx
  3028. wall >= "0.4"
  3029. wasm >= "2.0.2"
  3030. wasmer
  3031. wasmtime
  3032. wayland
  3033. waylaunch
  3034. wcwidth
  3035. webauthn
  3036. weberizer >= "0.8"
  3037. webmachine >= "0.6.2"
  3038. websocket >= "2.12"
  3039. websocket-async >= "2.12"
  3040. websocket-lwt
  3041. websocket-lwt-unix
  3042. websocketaf
  3043. webtest
  3044. webtest-js
  3045. why3find
  3046. wikitext
  3047. win-error >= "1.0"
  3048. win-eventlog >= "0.3"
  3049. winsvc
  3050. ws
  3051. ws-server
  3052. wseg
  3053. wtf8 >= "1.0.2"
  3054. wtr
  3055. wtr-ppx
  3056. wu-manber-fuzzy-search
  3057. x509
  3058. x86_64-esperanto >= "0.0.6"
  3059. xapi-backtrace
  3060. xapi-inventory
  3061. xapi-rrd
  3062. xapi-stdext-date
  3063. xapi-stdext-encodings
  3064. xapi-stdext-pervasives
  3065. xapi-stdext-std
  3066. xapi-stdext-threads
  3067. xapi-stdext-unix
  3068. xapi-stdext-zerocheck
  3069. xcursor
  3070. xdg < "3.19.0"
  3071. xdg-basedir
  3072. xedbindings
  3073. xen-evtchn
  3074. xen-evtchn-unix
  3075. xen-gnt
  3076. xen-gnt-unix
  3077. xenstore
  3078. xenstore-tool
  3079. xenstore_transport >= "1.1.0"
  3080. xkbcommon
  3081. xmelly
  3082. xml-light >= "2.5"
  3083. xmldiff >= "0.7.0"
  3084. xmldiff_js
  3085. xmlplaylist >= "0.1.5"
  3086. xoshiro
  3087. xtmpl >= "0.19.0" & < "1.1.0"
  3088. xtmpl_js < "1.1.0"
  3089. xtmpl_ppx < "1.1.0"
  3090. yaml >= "1.0.0"
  3091. yaml-sexp
  3092. yara >= "0.2"
  3093. yocaml < "2.0.0"
  3094. yocaml_cmark
  3095. yocaml_git < "2.0.0"
  3096. yocaml_jingoo < "2.0.0"
  3097. yocaml_markdown < "2.4.1"
  3098. yocaml_mustache < "2.0.0"
  3099. yocaml_syndication < "2.0.0"
  3100. yocaml_unix < "2.0.0"
  3101. yocaml_yaml < "2.0.0"
  3102. yojson >= "1.5.0"
  3103. yojson-bench
  3104. yojson-five
  3105. yurt >= "0.6"
  3106. yuscii >= "0.2.1"
  3107. yuujinchou
  3108. zanuda
  3109. zar
  3110. zarith-ppx
  3111. zarith_stubs_js
  3112. zed >= "2.0.6"
  3113. zeit
  3114. zelus
  3115. zelus-gtk
  3116. zipperposition
  3117. zipperposition-tools
  3118. zlib
  3119. zlist >= "0.4.0"
  3120. zmq >= "5.1.0"
  3121. zmq-async >= "5.1.0"
  3122. zmq-eio
  3123. zmq-lwt >= "5.1.0"
  3124. zstandard >= "v0.12.1"
  3125. zstd >= "0.3"
  3126. 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"