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.

Added to opam-repository:

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