package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

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

Description

Dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

Dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

Dune is composable; supporting multi-package development by simply dropping multiple repositories into the same directory.

Dune also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 30 Nov 2023

README

Dune

A Composable Build System for OCaml

Main Workflow Release Coverage License Contributors

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune implements a scheme that's inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using Dune.

How does it work?

Dune reads project metadata from dune files, which are static files with a simple S-expression syntax. It uses this information to setup build rules, generate configuration files for development tools such as Merlin, handle installation, etc.

Dune itself is fast, has very little overhead, and supports parallel builds on all platforms. It has no system dependencies. OCaml is all you need to build Dune and packages using Dune.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build Dune and packages using Dune.

Strengths

Composable

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed, even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Build Against Several Configurations at Once

Dune can build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml, as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation. This feature requires opam.

Installation

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using OCaml 4.02.3 or greater.

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self-contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml boot/bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

Issues Discussions Discuss OCaml Discord

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

Dependencies (5)

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

Dev Dependencies

None

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